Unicode

Trait Unicode 

Source
pub trait Unicode { }

Implementations on Foreign Types§

Source§

impl<DT, V: OdbcVersion> Unicode for Option<&SQLHDESC<'_, DT, V>>

Source§

impl<DT, V: OdbcVersion> Unicode for Option<&UnsafeSQLHDESC<'_, DT, V>>

Source§

impl<DT, V: OdbcVersion> Unicode for MaybeUninit<RefSQLHDESC<'_, DT, V>>

Source§

impl<DT, V: OdbcVersion> Unicode for MaybeUninit<RefUnsafeSQLHDESC<'_, DT, V>>

Source§

impl<T> Unicode for MaybeUninit<T>
where T: Unicode + Ident,

Implementors§