Trait mentat_db::AttributeValidation [] [src]

pub trait AttributeValidation {
    fn validate<F>(&self, ident: F) -> Result<()>
    where
        F: Fn() -> String
; }

Required Methods

Implementors