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