Trait RoundOut
skia_safe
pub trait RoundOut<R> { fn round_out(&self) -> R; }
fn round_out(&self) -> R
impl RoundOut<IRect> for Rect
fn round_out(&self) -> IRect
impl RoundOut<Rect> for Rect
fn round_out(&self) -> Rect