[][src]Module serde_ini::de

Structs

Deserializer
SectionDeserializer
ValueDeserializer

Enums

Error

Traits

Trait

Functions

from_bufread

Deserialize an instance of type T from a buffered IO stream of INI.

from_read

Deserialize an instance of type T from a stream of INI data.

from_str

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

Type Definitions

Result