risingwave_
license
2.2.0-alpha
Module key
Module Items
Structs
Constants
Type Aliases
In crate risingwave_
license
risingwave_license
Module
key
Copy item path
source
Structs
§
License
Key
A newtype wrapping
String
or
&str
for the license key.
Constants
§
TEST_
PAID_
LICENSE_
KEY_
CONTENT
🔒
A license key with the paid tier that only works in tests.
Type Aliases
§
License
KeyRef
Alias for
LicenseKey<&str>
.