Type Definition UnmarshalResult
rustbus::wire::unmarshal
type UnmarshalResult<T> = Result<(usize, T), Error>;