Function mysql_async::from_value
source ยท pub fn from_value<T>(v: Value) -> Twhere
T: FromValue,
Expand description
Will panic if could not convert v
to T
pub fn from_value<T>(v: Value) -> Twhere
T: FromValue,
Will panic if could not convert v
to T