Trait Margin

Source
pub trait Margin {
    // Provided method
    fn margin(&self) -> &DRect { ... }
}

Provided Methods§

Source

fn margin(&self) -> &DRect

Implementations on Foreign Types§

Source§

impl Margin for ()

Implementors§