Type Alias TableName

Source
pub type TableName = Name;
Expand description

The name of a table.

Aliased Type§

pub enum TableName {
    Static(&'static str),
    Dynamic(String),
}

Variants§

§

Static(&'static str)

§

Dynamic(String)