[][src]Module sane::value

Definition of a SANE value

Structs

Datetime

A parsed TOML datetime value

DatetimeParseError

Error returned from parsing a Datetime in the FromStr implementation.

Enums

Value

Representation of a SANE value.

Traits

Index

Types that can be used to index a sane::Value

Type Definitions

List

Type representing a SANE list, payload of the Value::List variant

Map

Type representing a SANE map, payload of the Value::Map variant. Represents a SANE key/value type. It is backed by a BTreeMap