UnderlyingOnStreamBeginService

Type Alias UnderlyingOnStreamBeginService 

Source
pub type UnderlyingOnStreamBeginService<State> = BoxCloneService<RequestStreamEvent<State>, bool, CatBridgeError>;
Available on (crate features clients or servers) and crate feature clients only.
Expand description

The underlying type we use for storing your on connection handler.

Aliased Typeยง

pub struct UnderlyingOnStreamBeginService<State>(/* private fields */);