Trait tuifw::WindowOwner

source ·
pub trait WindowOwner<State: ?Sized> {
    type Error;

    fn error_priority(&self) -> u8;
    fn move_xy(
        &mut self,
        tree: &mut WindowTree<State>,
        bounds: Rect
    ) -> Result<(), Self::Error>; }

Required Associated Types§

Required Methods§

Implementors§