kreator/value

Types

pub type Value {
  String(String)
  Int(Int)
  Float(Float)
  Bool(Bool)
  Raw(String)
}

Constructors

  • String(String)
  • Int(Int)
  • Float(Float)
  • Bool(Bool)
  • Raw(String)

Functions

pub fn as_int(i: Int) -> Value
pub fn as_string(i: String) -> Value
pub fn convert(value: Value, dialect: Dialect) -> StringBuilder
Search Document