Type Definition binary_stream::Result

source · []
pub type Result<T> = Result<T, BinaryError>;
Expand description

Result type for binary errors.