[][src]Trait skia_safe::RoundOut

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

Required methods

fn round_out(&self) -> R

Loading content...

Implementors

impl RoundOut<IRect> for Rect[src]

impl RoundOut<Rect> for Rect[src]

Loading content...