跳到主要内容

Decoder

搜索

trait Decoder 

源代码
pub trait Decoder {
    // Required method
    fn decoder(self) -> Option<Codec>;
}

必需方法§

对外部类型的实现§

源代码§

impl Decoder for &str

源代码§

impl Decoder for Option<Codec>

实现者§