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