Trait mentat_db::AttributeValidation [] [src]

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

Required Methods

Implementations on Foreign Types

impl AttributeValidation for Attribute
[src]

[src]

Implementors