pub trait WrToPx {
type AsPx;
// Required method
fn to_px(self) -> Self::AsPx;
}Expand description
Conversion from webrender to Px units.
pub trait WrToPx {
type AsPx;
// Required method
fn to_px(self) -> Self::AsPx;
}Conversion from webrender to Px units.