Skip to main content

ITrustedAppSessionDefault

pub trait ITrustedAppSessionDefault: Send + Sync {
    // Provided method
    fn invokeCommand<'a, 'l1>(
        &'a self,
        _arg_commandID: i32,
        _arg_params: &'l1 _7_android_6_system_12_microfuchsia_11_trusted_app_12_ParameterSet,
    ) -> Result<_7_android_6_system_12_microfuchsia_11_trusted_app_8_OpResult> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§