pub type UnixDomainSocketGetEventResult = Result<UnixDomainSocketGetEventResponse, i32>;
Aliased Type§
enum UnixDomainSocketGetEventResult {
Ok(UnixDomainSocketGetEventResponse),
Err(i32),
}
Variants§
Ok(UnixDomainSocketGetEventResponse)
Contains the success value
Err(i32)
Contains the error value