webkit2gtk

Trait UserMessageExt

Source
pub trait UserMessageExt:
    IsA<UserMessage>
    + Sealed
    + 'static {
    // Provided methods
    fn fd_list(&self) -> Option<UnixFDList> { ... }
    fn name(&self) -> Option<GString> { ... }
    fn parameters(&self) -> Option<Variant> { ... }
    fn send_reply(&self, reply: &impl IsA<UserMessage>) { ... }
}
Available on crate feature v2_28 only.

Provided Methods§

Source

fn fd_list(&self) -> Option<UnixFDList>

Source

fn name(&self) -> Option<GString>

Source

fn parameters(&self) -> Option<Variant>

Source

fn send_reply(&self, reply: &impl IsA<UserMessage>)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§