pub type ControllerCreateGuestResult = Result<ClientEnd<GuestMarker>, ControllerCreateGuestError>;Aliased Type§
pub enum ControllerCreateGuestResult {
Ok(ClientEnd<GuestMarker>),
Err(ControllerCreateGuestError),
}Variants§
Ok(ClientEnd<GuestMarker>)
Contains the success value
Err(ControllerCreateGuestError)
Contains the error value