Type Definition tarrasque::ExtractResult [] [src]

type ExtractResult<'a, T> = Result<T, ExtractError<'a>>;

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