FlexUtilities

Trait FlexUtilities 

Source
pub trait FlexUtilities {
    // Required method
    fn flex(self, flex: Flex) -> Self;
}
Expand description

Trait for adding flex utilities to a class builder

Required Methods§

Source

fn flex(self, flex: Flex) -> Self

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§