Type Definition memoir::result::Result

source · []
pub type Result<'a, T> = Result<(T, &'a str), (Error, &'a str)>;
Expand description

Result of applying a Parser to an input.