skia_safe

Trait RoundOut

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

Required Methods§

Source

fn round_out(&self) -> R

Implementors§