NewStreamContext

Type Alias NewStreamContext 

Source
pub type NewStreamContext = fn(context_id: u32, root_context_id: u32) -> Box<dyn StreamContext>;
Expand description

Type for the new stream context.