Crate mkentity

Source

Enums§

ProjectSource
Source from which a project code is queried.

Traits§

Entity
What can be held within a tree node, e.g. being held inside a tree leaf, or a subtree root. Must implement Default in order to use std::mem::take on MkTree<T: Entity> in egui::Ui calls.