pub trait DecodableLog {
    fn decode_log(&self, data: &[u8]) -> Result<String, Error>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§