Trait yaccas::arguments::Parsable [] [src]

pub trait Parsable: Into<Argument<'static>> { }

A trait for structs which could be interpreted as arguments.

Implementors