[][src]Trait hesoyam::client::row::FromSql

pub trait FromSql: FromStr {
    fn from_sql(value: &str) -> Result<Self, Error> { ... }
}

Provided methods

fn from_sql(value: &str) -> Result<Self, Error>

Loading content...

Implementations on Foreign Types

impl FromSql for u8[src]

impl FromSql for u16[src]

impl FromSql for u64[src]

impl FromSql for String[src]

impl FromSql for u32[src]

impl FromSql for f64[src]

impl FromSql for f32[src]

impl FromSql for i32[src]

impl FromSql for i16[src]

impl FromSql for i64[src]

impl FromSql for i8[src]

impl FromSql for bool[src]

Loading content...

Implementors

Loading content...