ProtoDecoder

Type Alias ProtoDecoder 

Source
pub type ProtoDecoder = fn(&[u8]) -> Result<(Value, String), Box<dyn Error>>;