TableName

Type Alias TableName 

Source
pub type TableName = Box<str>;
Available on crate feature _unstable-docs only.
Expand description

A SQL table name; may optionally be schema-qualified.

See macros.table-overrides for usages.

Aliased Typeยง

pub struct TableName(/* private fields */);