Crate dep_obj[][src]

Modules

The dep_type and dep_obj macro expansion example.

Macros

Structs

A dependency property.

A dictionary mapping a subset of target type properties to the values. Every dependency object can have an applied style at every moment. To switch an applied style, use the DepObj::apply_style function.

Enums

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.