Struct fluvio_smartengine::aggregate::SmartModuleAggregate [−][src]
pub struct SmartModuleAggregate { /* fields omitted */ }Implementations
pub fn new(
engine: &SmartEngine,
module: &SmartModuleWithEngine,
params: SmartModuleExtraParams,
accumulator: Vec<u8>,
version: i16
) -> Result<Self>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SmartModuleAggregate
impl Send for SmartModuleAggregate
impl Sync for SmartModuleAggregate
impl Unpin for SmartModuleAggregate
impl !UnwindSafe for SmartModuleAggregate
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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
