Trait nom8::input::IntoOutput
source · pub trait IntoOutput {
type Output;
fn into_output(self) -> Self::Output;
fn merge_output(self, inner: Self::Output) -> Self;
}Expand description
Convert an Input into an appropriate Output type
Required Associated Types§
Required Methods§
sourcefn into_output(self) -> Self::Output
fn into_output(self) -> Self::Output
Convert an Input into an appropriate Output type
sourcefn merge_output(self, inner: Self::Output) -> Self
fn merge_output(self, inner: Self::Output) -> Self
Convert an Output type to be used as Input