risingwave_common::system_param

Trait ParamValue

source
pub trait ParamValue: ToString + FromStr {
    type Borrowed<'a>;
}
Expand description

The trait for the value type of a system parameter.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ParamValue for bool

source§

impl ParamValue for f64

source§

impl ParamValue for u32

source§

impl ParamValue for u64

source§

impl ParamValue for LicenseKey

source§

impl ParamValue for String

source§

type Borrowed<'a> = &'a str

Implementors§