pub trait UiRectParam {
// Required method
fn to_uirect(self) -> UiRect;
}
Expand description
Trait that represents CSS edge widths (margin, padding, etc.)
pub trait UiRectParam {
// Required method
fn to_uirect(self) -> UiRect;
}
Trait that represents CSS edge widths (margin, padding, etc.)