Trait tr1pd::crypto::Signable [] [src]

pub trait Signable {
    fn encode(&self) -> Vec<u8>;
}

Required Methods

Implementors