Skip to main content

TreeTableFirstCellModifiers

Trait TreeTableFirstCellModifiers 

pub trait TreeTableFirstCellModifiers {
    // Required method
    fn offset<U>(self, sort_state: impl Res<U> + 'static) -> Self
       where U: Into<f32> + Clone + 'static;
}

Required Methods§

fn offset<U>(self, sort_state: impl Res<U> + 'static) -> Self
where U: Into<f32> + Clone + 'static,

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§