Trait dep_obj::OptionStyleExt[][src]

pub trait OptionStyleExt<Owner: DepType> {
    fn apply(
        self,
        state: &mut dyn State,
        obj: Glob<Owner::Id, Owner>
    ) -> Option<Style<Owner>>; }

Required methods

Implementations on Foreign Types

Implementors