Type Alias pax_runtime_api::Property

source ·
pub type Property<T> = Box<dyn PropertyInstance<T>>;

Aliased Type§

struct Property<T>(/* private fields */);