feat: make ContextDrawer model accessible to pages
This commit is contained in:
parent
bb41b4985e
commit
45f1183d92
24 changed files with 210 additions and 223 deletions
|
|
@ -9,7 +9,7 @@ pub struct Insert<'a, Message> {
|
|||
pub id: Entity,
|
||||
}
|
||||
|
||||
impl<Message: 'static> Insert<'_, Message> {
|
||||
impl<Message: Clone + 'static> Insert<'_, Message> {
|
||||
#[must_use]
|
||||
#[inline]
|
||||
pub fn id(self) -> Entity {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue