pub trait ITrustedAppSessionDefault: Send + Sync {
    // Provided method
    fn invokeCommand(
        &self,
        _arg_commandID: i32,
        _arg_params: &_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§

Implementors§