pub trait ColumnName {
    const NAME: &'static str;
}

Required Associated Constants

Implementors