Module prelude

Source

Re-exports§

pub use crate::row::ColumnIndex;
pub use crate::row::convert::FromRow;
pub use crate::value::convert::FromValue;
pub use crate::value::convert::ToValue;

Derive Macros§

FromRowderive
Derives FromRow. See mysql_common crate-level docs for more info.
FromValuederive
Derives FromValue. See mysql_common crate-level docs for more info.