pub type GuestGetConsoleResult = Result<Socket, GuestError>;

Aliased Type§

enum GuestGetConsoleResult {
    Ok(Socket),
    Err(GuestError),
}

Variants§

§1.0.0

Ok(Socket)

Contains the success value

§1.0.0

Err(GuestError)

Contains the error value