aboutsummaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/mod.rs')
-rw-r--r--src/layout/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs
index e72da2d0..3e6affb1 100644
--- a/src/layout/mod.rs
+++ b/src/layout/mod.rs
@@ -100,7 +100,7 @@ pub enum ConfigureIntent {
pub trait LayoutElement {
/// Type that can be used as a unique ID of this element.
- type Id: PartialEq + std::fmt::Debug;
+ type Id: PartialEq + std::fmt::Debug + Clone;
/// Unique ID of this element.
fn id(&self) -> &Self::Id;