pub unsafe trait CXCallDirectoryExtensionContextDelegate: NSObjectProtocol {
// Provided method
unsafe fn requestFailedForExtensionContext_withError(
&self,
extension_context: &CXCallDirectoryExtensionContext,
error: &NSError,
)
where Self: Sized + Message { ... }
}Available on crate feature
CXCallDirectoryExtensionContext only.Expand description
Provided Methods§
unsafe fn requestFailedForExtensionContext_withError( &self, extension_context: &CXCallDirectoryExtensionContext, error: &NSError, )
Trait Implementations§
impl<T> ImplementedBy<T> for dyn CXCallDirectoryExtensionContextDelegate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".