Trait nom8::IntoOutputIResult
source · pub trait IntoOutputIResult<I, O, E> {
fn into_output(self) -> IResult<I, O, E>;
}Expand description
Convert an Input into an appropriate Output type
Required Methods§
sourcefn into_output(self) -> IResult<I, O, E>
fn into_output(self) -> IResult<I, O, E>
Convert an Input into an appropriate Output type