Type Definition rustbus::wire::unmarshal::UnmarshalResult[][src]

pub type UnmarshalResult<T> = Result<(usize, T), Error>;