Trait df_fields::Field

source ·
pub trait Field {
    fn sql(&mut self, model: &str) -> String;
    fn field(&mut self) -> JsonValue;

    fn verify(&mut self, data: JsonValue) -> JsonValue { ... }
}

Required Methods§

Provided Methods§

验证方法

Implementors§