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

type LinkValidator = Box<dyn FnMut(LinkValidationData) -> Result<(), String> + Sync>;