ValueValidator

Type Alias ValueValidator 

Source
pub type ValueValidator = fn(&OsStr) -> Result<()>;
Expand description

User-pluggable validator for a single value (OsStr-based, cross-platform).