Type Definition async_rustbus::rustbus_core::wire::unmarshal::UnmarshalResult[][src]

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