pub fn define_global_const<T>(name: &str, value: T) -> Result<(), Error>where
    T: Into<Value>,
Expand description

Define a global constant.