summaryrefslogtreecommitdiffstats
path: root/src/writeable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/writeable.rs')
-rw-r--r--src/writeable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writeable.rs b/src/writeable.rs
index 8dadde3..658b086 100644
--- a/src/writeable.rs
+++ b/src/writeable.rs
@@ -1,4 +1,4 @@
-pub trait Writeable {
+pub trait Writeable: Copy {
fn to_byte_buf(&self) -> Box<[u8]>;
}