Struct itron_asp3::dataqueue::Builder [−][src]
pub struct Builder<Capacity> { /* fields omitted */ }This is supported on crate features
unstable and dcre only.Expand description
The builder type for dataqueues. Created by Dataqueue::build.
Its generic parameters are an implementation detail.
Implementations
(Mandatory) Specify the dataqueue’s capacity, measured in number of data elements.
Specify the queue order. Defaults to Fifo when unspecified.