Trait skia_safe::RoundOut

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

Required Methods§

source

fn round_out(&self) -> R

Implementors§