[][src]Trait dep_obj::OptionStyleExt

pub trait OptionStyleExt<Owner: DepType>: Sized {
    fn apply(
        self,
        owner: &mut Owner
    ) -> (Option<Style<Owner>>, StyleOnChanged<Owner::Id>); }

Required methods

fn apply(
    self,
    owner: &mut Owner
) -> (Option<Style<Owner>>, StyleOnChanged<Owner::Id>)

Loading content...

Implementations on Foreign Types

impl<Owner: DepType> OptionStyleExt<Owner> for Option<Style<Owner>>[src]

Loading content...

Implementors

Loading content...