1 2 3 4 5 6 7 8 9 10
// // Attached values // use crate::Property; pub struct Visible; impl typemap::Key for Visible { type Value = Property<bool>; }