pub type UnderlyingOnStreamEndService<State> = BoxCloneService<ResponseStreamEvent<State>, (), CatBridgeError>;Available on (crate features
clients or servers) and crate feature servers only.Expand description
The underlying type we use for storing your on disconnect handler.
Aliased Typeยง
pub struct UnderlyingOnStreamEndService<State>(/* private fields */);