Type Alias GetOutput
pub type GetOutput = LazySerde<SpecialEq<Arc<dyn FunctionOutputField>>>;
Available on crate feature
lazy
only.Aliased Type§
pub enum GetOutput {
Deserialized(SpecialEq<Arc<dyn FunctionOutputField>>),
Bytes(Bytes),
Named {
name: String,
payload: Option<Bytes>,
value: Option<SpecialEq<Arc<dyn FunctionOutputField>>>,
},
}