Module signature

Source
Expand description

Everything needed to deal with dbus signatures

Structs§

SignatureIter
Implements an iterator over signatures contained in a &str. This does not validate the content, it expects a valid signature.
StructTypes
Wraps the types a struct contains. Must contain at least one type, empty structs are not allowed in the spec

Enums§

Base
Base types that might occur in a signature
Container
Containers for other types
Error
Type
Either a Base or a Container