Trait parser_c::support::Bindable [] [src]

pub trait Bindable<T> {
    fn bind_it(self, right: T) -> Self;
}

Required Methods

Implementors