Struct fluvio_dataplane_protocol::smartstream::SmartStreamAggregateInput [−][src]
pub struct SmartStreamAggregateInput {
pub base: SmartStreamInput,
pub accumulator: Vec<u8>,
}Expand description
A type to pass input to an Aggregate SmartStream WASM module
Fields
base: SmartStreamInputThe base input required by all SmartStreams
accumulator: Vec<u8>The current value of the Aggregate’s accumulator
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SmartStreamAggregateInput
impl Send for SmartStreamAggregateInput
impl Sync for SmartStreamAggregateInput
impl Unpin for SmartStreamAggregateInput
impl UnwindSafe for SmartStreamAggregateInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more