[][src]Trait my_iot::db::SqliteTypeName

pub trait SqliteTypeName {
    fn name() -> &'static str;
}

Trait which returns SQLite type name of the implementing type.

Required methods

fn name() -> &'static str

Loading content...

Implementations on Foreign Types

impl SqliteTypeName for i32[src]

impl SqliteTypeName for f64[src]

Loading content...

Implementors

Loading content...