[][src]Type Definition sixtyfps::ModelHandle

type ModelHandle<T> = Option<Rc<dyn Model<Data = T> + 'static>>;

Properties of type array in the .60 language are represented as an Option of an Rc of somthing implemented the Model trait