Struct fluvio_dataplane_protocol::smartstream::SmartStreamOutput [−][src]
pub struct SmartStreamOutput {
pub successes: Vec<Record>,
pub error: Option<SmartStreamRuntimeError>,
}Expand description
A type used to return processed records and/or an error from a SmartStream
Fields
successes: Vec<Record>The successfully processed output Records
error: Option<SmartStreamRuntimeError>Any runtime error if one was encountered
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SmartStreamOutput
impl Send for SmartStreamOutput
impl Sync for SmartStreamOutput
impl Unpin for SmartStreamOutput
impl UnwindSafe for SmartStreamOutput
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