Type Alias brane_shr::input::NoValidator

source ยท
pub type NoValidator = fn(_: &String) -> Result<(), String>;
Expand description

A validator can be used to provide a shared concrete type when none are available.