Decoder

Type Alias Decoder 

Source
pub type Decoder = fn(data: &[u8]) -> Option<String>;