[][src]Type Definition odbc_iter::SqlTimestamp

type SqlTimestamp = SQL_TIMESTAMP_STRUCT;

Trait Implementations

impl<C: Configuration> TryFromColumn<C> for SqlTimestamp[src]

type Error = ColumnConvertError

impl TryFromValue for SqlTimestamp[src]