Trait vizia::vg::RoundOut

pub trait RoundOut<R> {
    // Required method
    fn round_out(&self) -> R;
}

Required Methods§

fn round_out(&self) -> R

Implementors§