Type Definition tarrasque::ExtractResult

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

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