☰
Type Definition Result
Trait Implementations
AsResult<T, I>
Other items in
pear
All crates
?
Type Definition
pear
::
Result
[
−
]
[src]
pub type Result<R, I> =
Result
<R,
ParseErr
<I>>;
Trait Implementations
[src]
impl<T, I:
Input
>
AsResult
<T, I> for
Result
<T, I>
[src]
fn
as_result
(self) ->
Result
<T, I>