Trait ruststep::tables::Holder[][src]

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

Trait for a field of tables

Required methods

Implementors