pub trait WindowExtStartupNotify {
// Required method
fn request_activation_token(
&self,
) -> Result<AsyncRequestSerial, NotSupportedError>;
}
Available on
x11_platform
or wayland_platform
only.Required Methods§
Sourcefn request_activation_token(
&self,
) -> Result<AsyncRequestSerial, NotSupportedError>
fn request_activation_token( &self, ) -> Result<AsyncRequestSerial, NotSupportedError>
Request a new activation token.
The token will be delivered inside