risingwave_license

Type Alias LicenseKeyRef

source
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