pub trait Holder: IntoOwned {
    fn name() -> &'static str;
    fn attr_len() -> usize;
}
Expand description

Trait for a field of tables

Required Methods

Implementors