Trait argwerk::TryIntoInput
source · pub trait TryIntoInput: Sealed { }
Expand description
Trait implemented by types that can be parsed to the parse
function of an
arguments structure.
This trait is sealed, so that it cannot be implemented outside of the argwerk crate.
See define for how its used.