SQLiteColumnInfo

Trait SQLiteColumnInfo 

Source
pub trait SQLiteColumnInfo: SQLColumnInfo + Any {
    // Required method
    fn is_autoincrement(&self) -> bool;
}

Required Methods§

Trait Implementations§

Source§

impl Debug for &dyn SQLiteColumnInfo

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§