Trait widget::Positional [] [src]

pub trait Positional {
    fn pos(&self) -> (u32, u32);
}

Required Methods

Implementors