Trait app::StringsCheck [] [src]

pub trait StringsCheck {
    fn into_strings_check(self) -> StringsChecker;
}

You could check arguments and returns error message by a closure

Required Methods

Implementors