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

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