TextDecodeFn

Type Alias TextDecodeFn 

Source
pub type TextDecodeFn = fn(Vec<u8>) -> Result<String, Box<dyn Error + Send>>;