Function serde_db::ser::parse_error

source ·
pub fn parse_error<S: AsRef<str>>(
    value: S,
    db_type: &'static str,
    cause: Option<Box<dyn Error + Send + Sync + 'static>>
) -> SerializationError
Expand description

Factory for Parse Error.