Type Definition tarrasque::ExtractResult

source ·
pub type ExtractResult<'a, T> = Result<T, ExtractError<'a>>;
Expand description

The result of extracting a value from a stream of bytes.