[][src]Trait hobo_css::F32Ext

pub trait F32Ext: Sealed {
    fn new_unwrap(x: f32) -> Self;
}

Required methods

fn new_unwrap(x: f32) -> Self

Loading content...

Implementors

impl F32Ext for F32[src]

Loading content...