[][src]Trait siphan::DecodeTrait

pub trait DecodeTrait<T> {
    pub fn decode(_: T) -> Result<String, DecodeError>;
}

Required methods

Loading content...

Implementors

impl DecodeTrait<&'_ str> for URLCode[src]

impl DecodeTrait<String> for URLCode[src]

Loading content...