Trait app::StringsChecker [] [src]

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

Required Methods

Implementors