Modules§
- Channels-based transports.
Structs§
- Cookie of a bus listener.
- Wrapper for
[u8]
to enableSerialize
andDeserialize
specializations. - Wrapper for
Vec<u8>
to enableSerialize
andDeserialize
specializations. - Cookie of a channel.
- Cookie of an object.
- Id of an object.
- UUID of an object.
- Cookie of a service.
- Id of a service.
- UUID of a service.
- Empty value that deserializes from everything by skipping over it.
- Introspection type id of a service, struct or enum.
Enums§
- Sending or receiving end of a channel.
- Sending or receiving end and capacity of a channel.
Traits§
Type Aliases§
Derive Macros§
- Derive macro for the
AsSerializeArg
trait. - Derive macro for the
Deserialize
trait. - Derive macro for the
DeserializeKey
trait. - Derive macro for the
Introspectable
trait. - Derive macro for the
KeyTypeOf
trait. - Derive macro for the
Serialize
trait. - Derive macro for the
SerializeKey
trait.