[][src]Trait bencodex_rs::bencodex::codec::decode::Decodable

pub trait Decodable {
    pub fn decode(self) -> Result<BencodexValue, DecodableError>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl Decodable for Vec<u8>[src]

Loading content...

Implementors

Loading content...