We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef539cb + 2cc436f commit a4701c1Copy full SHA for a4701c1
src/descriptor/lang_id.rs
@@ -2,6 +2,7 @@
2
3
#[allow(missing_docs)]
4
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
5
+#[cfg_attr(feature = "defmt", derive(defmt::Format))]
6
pub struct LangID(u16);
7
8
impl From<LangID> for u16 {
0 commit comments