Skip to main content

dispatch_session_facade

Function dispatch_session_facade 

Source
pub async fn dispatch_session_facade<H: SessionFacadeHandler>(
    adapter: &mut SessionIdAdapter,
    handler: &mut H,
    event: RaknetServerEvent,
) -> Result<()>
Expand description

Dispatches a single event into a SessionFacadeHandler.