[][src]Module serde_dhall::de

Deserialize Dhall data to a Rust data structure.

Enums

Error

Traits

Deserialize

A data structure that can be deserialized from a Dhall expression

Functions

from_str

Deserialize an instance of type T from a string of Dhall text.

from_str_auto_type

Deserialize an instance of type T from a string of Dhall text, additionally checking that it matches the type of T.

from_str_check_type

Deserialize an instance of type T from a string of Dhall text, additionally checking that it matches the supplied type.

Type Definitions

Result