Type Alias CloseStreamResult

Source
pub type CloseStreamResult = Result<(), Error>;
Expand description

Close stream result

Aliased Type§

enum CloseStreamResult {
    Ok(()),
    Err(Error),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value