BEExtensionProcess

Trait BEExtensionProcess 

Source
pub unsafe trait BEExtensionProcess: NSObjectProtocol {
    // Provided method
    unsafe fn invalidate(&self)
       where Self: Sized + Message { ... }
}
Available on crate feature BEExtensionProcess only.
Expand description

Provided Methods§

Source

unsafe fn invalidate(&self)
where Self: Sized + Message,

Stops the extension process.

When you call this method, you tell the system your app no longer needs this extension process. If this is the last connection from the host process to the extension process, the system terminates the extension process.

Trait Implementations§

Source§

impl ProtocolType for dyn BEExtensionProcess

Source§

const NAME: &'static str = "BEExtensionProcess"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn BEExtensionProcess

Implementations on Foreign Types§

Source§

impl<T> BEExtensionProcess for ProtocolObject<T>

Implementors§

Source§

impl BEExtensionProcess for BENetworkingProcess

Available on crate feature BENetworkingProcess only.
Source§

impl BEExtensionProcess for BERenderingProcess

Available on crate feature BERenderingProcess only.
Source§

impl BEExtensionProcess for BEWebContentProcess

Available on crate feature BEWebContentProcess only.