ParamsFromArgs

Trait ParamsFromArgs 

Source
pub trait ParamsFromArgs: Sized {
    // Provided method
    fn params_from_args(_args: impl Iterator<Item = String>) -> Option<Self> { ... }
}

Provided Methods§

Source

fn params_from_args(_args: impl Iterator<Item = String>) -> Option<Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§