Struct app::StringsChecker [] [src]

pub struct StringsChecker {
    pub fn_: Box<Fn(&[String], &str) -> Result<(), String>>,
}

ArgumentsCheck

&[String] is the Arguments, args_name is args's name

Fields

Methods

impl StringsChecker
[src]

Trait Implementations

impl Default for StringsChecker
[src]

Returns the "default value" for a type. Read more

impl Debug for StringsChecker
[src]

Formats the value using the given formatter.