Type Definition TeeServiceResult
teaclave_types
type TeeServiceResult<T> = Result<T, TeeServiceError>;