Enum rubbl_casatables::TableOpenMode[][src]

pub enum TableOpenMode {
    Read,
    ReadWrite,
    Create,
}

Variants

Auto Trait Implementations