1 2 3 4 5 6
/// Private use language tag. pub type PrivateUseLangTag = crate::normal::PrivateUse; /// Owned private use language tag. #[cfg(feature = "std")] pub type PrivateUseLangTagBuf = crate::normal::PrivateUseBuf;