Struct fluvio_smartengine::SmartEngine [−][src]
pub struct SmartEngine(_);Implementations
pub fn create_module_from_payload(
self,
smart_payload: LegacySmartModulePayload,
maybe_version: Option<i16>
) -> Result<Box<dyn SmartModuleInstance>>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for SmartEngine
impl Send for SmartEngine
impl Sync for SmartEngine
impl Unpin for SmartEngine
impl !UnwindSafe for SmartEngine
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
