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.

Implementations on Foreign Types§

source§

impl TryIntoInput for &str

source§

impl TryIntoInput for String

source§

impl TryIntoInput for OsString

source§

impl TryIntoInput for &OsStr

Implementors§