pub type LicenseKeyRef<'a> = LicenseKey<&'a str>;Expand description
Alias for LicenseKey<&str>.
Aliased Type§
pub struct LicenseKeyRef<'a>(pub(crate) &'a str);Tuple Fields§
§0: &'a strpub type LicenseKeyRef<'a> = LicenseKey<&'a str>;Alias for LicenseKey<&str>.
pub struct LicenseKeyRef<'a>(pub(crate) &'a str);0: &'a str