pub type ColumnFamilyName = &'static str;
Expand description
Crate users are expected to know column
family
names beforehand, so they can have static
lifetimes.
pub type ColumnFamilyName = &'static str;
Crate users are expected to know column
family
names beforehand, so they can have static
lifetimes.