Trait tuifw::WindowOwner

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

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

Required Associated Types§

Required Methods§

source

fn error_priority(&self) -> u8

source

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

Implementors§