Module itron_solid_asp3::dataqueue [−][src]
This is supported on crate feature
unstable
only.Expand description
Dataqueues
Structs
Builder
dcre
The builder type for dataqueues. Created by Dataqueue::build
.
Dataqueue
dcre
An owned dataqueue.
A borrowed reference to a dataqueue.
Dataqueue information returned by DataqueueRef::info
.
Enums
BuildError
dcre
Error type for Dataqueue::build
.
DeleteError
dcre
Error type for DataqueueRef::delete
.
Error type for DataqueueRef::info
.
Error type for DataqueueRef::initialize
.
Error type for DataqueueRef::recv
.
Error type for DataqueueRef::recv_timeout
.
Error type for DataqueueRef::send
.
Error type for DataqueueRef::send_forced
.
Error type for DataqueueRef::send_timeout
.
Error type for DataqueueRef::try_recv
.
Error type for DataqueueRef::try_send
.
Type Definitions
The unit of data that can be sent through a dataqueue.