[][src]Module hocon::serde

Deserialization module using serde

Re-exports

pub use error::Error;

Modules

error

This type represents all possible errors that can occur when serializing or deserializing DynamoDB data.

Functions

from_file_path

Deserialize an instance of type T from an HOCON document at file_path

from_str

Deserialize an instance of type T from an HOCON document in str