Path

Trait Path 

Source
pub trait Path: 'static {
    // Required method
    fn get_bounds(&self) -> PixelRect;
}

Required Methods§

Implementors§