Trait de_lobby_model::Validatable

source ·
pub trait Validatable {
    // Required method
    fn validate(&self) -> Result<(), ValidationError>;
}

Required Methods§

Implementors§