gtk4::prelude

Trait IsExpression

Source
pub unsafe trait IsExpression:
    StaticType
    + FromGlibPtrFull<*mut GtkExpression>
    + 'static { }
Expand description

A common trait implemented by the various Expression types.

§Safety

The user is not supposed to implement this trait.

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§