Trait layout_2013::display_list::builder::ToF32Px
source · trait ToF32Px {
type Output;
// Required method
fn to_f32_px(&self) -> Self::Output;
}
trait ToF32Px {
type Output;
// Required method
fn to_f32_px(&self) -> Self::Output;
}