Trait rustrt::rtio::RtioSocket[src]

pub trait RtioSocket {
    fn socket_name(&mut self) -> IoResult<SocketAddr>;
}

Required Methods

fn socket_name(&mut self) -> IoResult<SocketAddr>

Implementors