Trait nom::Convert
[−]
[src]
pub trait Convert<T> {
fn convert(_: T) -> Self;
}
pub trait Convert<T> {
fn convert(_: T) -> Self;
}
fn convert(_: T) -> Self