Trait FormatSpecificDecode

Source
pub trait FormatSpecificDecode {
    // Required method
    fn decode(&self, bytes: Bytes) -> Result<AnyMessage, AnyError>;
}

Required Methods§

Implementors§