pub type PeerControllerSuspendStreamResult = Result<(), PeerError>;

Aliased Type§

enum PeerControllerSuspendStreamResult {
    Ok(()),
    Err(PeerError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(PeerError)

Contains the error value