We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578ec6f commit 56801afCopy full SHA for 56801af
src/traits.rs
@@ -4,7 +4,7 @@ use {
4
};
5
6
/// Text-like structures that have a text size.
7
-pub trait TextSized: Copy {
+pub trait TextSized {
8
/// The size of this text-alike.
9
fn text_size(self) -> TextSize;
10
}
0 commit comments