Struct itron_solid_asp3::messagebuffer::Builder [−][src]
pub struct Builder<Capacity, MaxMessageSize> { /* fields omitted */ }
This is supported on crate feature
unstable
and (crate features asp3
and messagebuf
, or crate features solid_asp3
and messagebuf
, or crate feature none
) and crate feature dcre
and non-crate feature asp3
only.Expand description
The builder type for message buffers.
Created by MessageBuffer::build
.
Its generic parameters are an implementation detail.
Implementations
Create a message buffer using the specified parameters.