ResponseManager

Trait ResponseManager 

Source
pub trait ResponseManager {
    // Required method
    fn get_id(&self) -> Option<usize>;
}

Required Methods§

Source

fn get_id(&self) -> Option<usize>

Implementations on Foreign Types§

Source§

impl ResponseManager for EventInBound

Source§

impl ResponseManager for EventOutBound

Source§

impl ResponseManager for EventInBound

Source§

impl ResponseManager for EventOutBound

Implementors§