pub type Result<T> = Result<T, Error>;
A specialized Result type for TEE operations.
Result
fn open_session(params: &mut Parameters) -> Result<()> { Ok(()) }
enum Result<T> { // some variants omitted }