Trait flo_ui::ToProperty [] [src]

pub trait ToProperty {
    fn to_property(self) -> Property;
}

Trait for types that can be converted to a property

Required Methods

Implementations on Foreign Types

impl<'a> ToProperty for &'a ()
[src]

impl<'a> ToProperty for &'a str
[src]

impl<'a> ToProperty for &'a String
[src]

impl<'a> ToProperty for &'a i32
[src]

impl<'a> ToProperty for &'a f32
[src]

impl<'a> ToProperty for &'a f64
[src]

Implementors