WIP
This commit is contained in:
parent
bc4f8fbf4e
commit
0128079de0
5 changed files with 61 additions and 61 deletions
|
@ -4,7 +4,7 @@ pub(crate) use smallvec::SmallVec;
|
|||
use std::{any::Any, mem};
|
||||
|
||||
pub trait Element<V: 'static> {
|
||||
type ElementState: 'static;
|
||||
type ElementState: 'static + Send;
|
||||
|
||||
fn id(&self) -> Option<ElementId>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue