Trait blarg::CliArgument

source ·
pub trait CliArgument { }
Expand description

Marker trait for capturable types that can formulate an argument in the Cli.

Implementors§

source§

impl<'a, C, T> CliArgument for Collection<'a, C, T>
where C: 'a + Collectable<T>,

source§

impl<'a, T> CliArgument for Scalar<'a, T>