Skip to main content

Module de

Module de 

Source

Macrosยง

deserialize_table ๐Ÿ”’
impl_deserialize_float ๐Ÿ”’
impl_deserialize_int ๐Ÿ”’
impl_from_default_passthrough ๐Ÿ”’

Structsยง

DiagCtxt
DisplaySlice ๐Ÿ”’
DisplayStr ๐Ÿ”’

Traitsยง

Deserialize
A type which can be deserialized from a toml value.
DeserializeOrDefault
A type which can be deserialized from a toml value with a fallback to a default value.
FromDefault
A type which can be constructed from a default value.

Functionsยง

create_value_list_msg
Creates a message listing all possible values suitable for use in Diag::note.
deserialize_array
find_closest_match
Attempts to find the closest matching string from the list. Returns None if the edit distance is too large.

Type Aliasesยง

TomlValue