Trait bencode::ToBencode [] [src]

pub trait ToBencode {
    fn to_bencode(&self) -> Bencode;
}

Required Methods

Implementors