Module itron_asp3::dataqueue [−][src]
This is supported on crate feature
unstable only.Expand description
Dataqueues
Structs
Builder
dcreThe builder type for dataqueues. Created by Dataqueue::build.
Dataqueue
dcreAn owned dataqueue.
A borrowed reference to a dataqueue.
Dataqueue information returned by DataqueueRef::info.
Enums
BuildError
dcreError type for Dataqueue::build.
DeleteError
dcreError 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.