Type Definition kaitai::Result[][src]

pub type Result<T> = Result<T, KaitaiError>;
Expand description

The type returned by KaitaiStruct functions.