Crate dep_obj[][src]

Modules

The dep_type and dep_obj macro expansion example.

Macros

Structs

A dependency property.

A dictionary mstateing a subset of target type properties to the values. Every dependency object can have an statelied style at every moment. To switch an statelied style, use the OptionStyleExt::apply function.

Traits

A type should satisfy this trait to be a dependency property type, a dependency vector item type, or a flow data type.

A dependency type. Use the dep_type or the dep_type_with_builder macro to create a type implementing this trait.