Type Definition flow_component::RuntimeCallback
source · pub type RuntimeCallback = dyn Fn(ComponentReference, String, PacketStream, Option<InherentData>) -> BoxFuture<'static, Result<PacketStream, ComponentError>> + Send + Sync;
pub type RuntimeCallback = dyn Fn(ComponentReference, String, PacketStream, Option<InherentData>) -> BoxFuture<'static, Result<PacketStream, ComponentError>> + Send + Sync;