pub type BaseNetworkSocketGetPeerNameResult = Result<SocketAddress, Errno>;

Aliased Type§

enum BaseNetworkSocketGetPeerNameResult {
    Ok(SocketAddress),
    Err(Errno),
}

Variants§

§1.0.0

Ok(SocketAddress)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value