[][src]Trait argwerk::TryIntoInput

pub trait TryIntoInput: Sealed { }

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

impl TryIntoInput for String[src]

impl TryIntoInput for &str[src]

impl TryIntoInput for OsString[src]

impl TryIntoInput for &OsStr[src]

Loading content...

Implementors

Loading content...