handle_deferred_lend_mut

Function handle_deferred_lend_mut 

Source
pub fn handle_deferred_lend_mut<M, S>(
    handler: &mut S,
    raw: MessageEnvelope,
    context: &mut ServerContext<S>,
)
where M: LendMut + 'static, S: Server + DeferredLendMutHandler<M>,

Permission: none

Expand description

Message handler, used by ServerMessages::messages()