[][src]Type Definition hdk::entry_definition::Validator

type Validator = Box<FnMut(String, ValidationData) -> Result<(), String> + Sync>;