Type Definition compress_tools::DecodeCallback

source ·
pub type DecodeCallback = fn(_: &[u8]) -> Result<String>;