pub type EntryRenderer<K> = Rc<dyn Fn(&EntryScope<K>) -> View>;
pub struct EntryRenderer<K> { /* private fields */ }