[][src]Trait actix_connector::RequestPort

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

Port of the request

Required methods

fn port(&self) -> u16

Loading content...

Implementors

impl RequestPort for Connect[src]

Loading content...