pub trait ITrustedAppDefault: Send + Sync {
    // Provided method
    fn openSession(
        &self,
        _arg_params: &_7_android_6_system_12_microfuchsia_11_trusted_app_12_ParameterSet,
        _arg_result: &mut _7_android_6_system_12_microfuchsia_11_trusted_app_8_OpResult,
    ) -> Result<Strong<dyn _7_android_6_system_12_microfuchsia_11_trusted_app_18_ITrustedAppSession>> { ... }
}

Provided Methods§

Implementors§