pub type CloseStreamResult = Result<(), Error>;
Close stream result
enum CloseStreamResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value