pub type HciResetScoResult = Result<(), i32>;
pub enum HciResetScoResult { Ok(()), Err(i32), }
Contains the success value
Contains the error value