Enum fluvio_smartengine::aggregate::AggregateFnKind [−][src]
Variants
Old(TypedFunc<(i32, i32), i32>)
New(TypedFunc<(i32, i32, u32), i32>)
Auto Trait Implementations
impl RefUnwindSafe for AggregateFnKind
impl Send for AggregateFnKind
impl Sync for AggregateFnKind
impl Unpin for AggregateFnKind
impl UnwindSafe for AggregateFnKind
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
