Skip to main content

HoverFxConfigDx

Trait HoverFxConfigDx 

Source
pub trait HoverFxConfigDx {
    // Required methods
    fn default(self, default_effect: impl AsRef<str>) -> Self;
    fn default_effect(self, default_effect: impl AsRef<str>) -> Self;
    fn tooltip(self) -> Self;
    fn tooltips(self) -> Self;
}

Required Methods§

Source

fn default(self, default_effect: impl AsRef<str>) -> Self

Source

fn default_effect(self, default_effect: impl AsRef<str>) -> Self

Source

fn tooltip(self) -> Self

Source

fn tooltips(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§