pub type WireSidecarCallback = Arc<dyn Fn(SidecarRequestPayload, OwnershipScope) -> Pin<Box<dyn Future<Output = Result<SidecarResponsePayload, TransportError>> + Send>> + Sync + Send>;Expand description
A registered callback that answers a sidecar-initiated request using generated wire types.
Aliased Typeยง
pub struct WireSidecarCallback { /* private fields */ }