Type Alias brane_ctl::wizard::validator::NoValidator
source ยท pub type NoValidator = fn(_: &String) -> Result<(), String>;
Expand description
A placeholder concrete type in cases where no validator is necessary A validator can be used to provide a shared concrete type when none are available.