Skip to main content

WindowExtStartupNotify

Trait WindowExtStartupNotify 

Source
pub trait WindowExtStartupNotify {
    // Required method
    fn request_activation_token(
        &self,
    ) -> Result<AsyncRequestSerial, NotSupportedError>;
}

Required Methods§

Source

fn request_activation_token( &self, ) -> Result<AsyncRequestSerial, NotSupportedError>

Request a new activation token.

The token will be delivered inside

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§