Function dialect_from_str

Source
pub fn dialect_from_str(
    dialect_name: impl AsRef<str>,
) -> Option<Box<dyn Dialect>>
Expand description

Returns the built in Dialect corresponding to dialect_name.

See Dialect documentation for an example.