pub trait GetMessage {
    fn get_message(
        &mut self,
        time: Instant,
        out_err: &mut u32
    ) -> Option<NetMessage>; }

Required Methods§

| decomposes a message from the context |

Implementors§