Type Definition otopr::decoding::Result[][src]

pub type Result<T, E = DecodingError> = Result<T, E>;