pub trait RequestPort {
    fn port(&self) -> u16;
}
Expand description

Port of the request

Required Methods§

Implementors§