pub trait Property {
type Value: HasParamSpec;
}
Expand description
A type that can be used as a property. It covers every type which have an associated ParamSpec
(HasParamSpec
) and some useful types wrapping HasParamSpec
.
The definition is recursive, so you can nest many Property
s together. The final ParamSpec
will
be the one of the innermost type