SbrdBool

Type Alias SbrdBool 

Source
pub type SbrdBool = bool;
Expand description

Boolean type for this crate

Trait Implementations§

Source§

impl ForEvalGeneratorType for SbrdBool

Source§

fn get_generator_type() -> GeneratorType

The type of the generator
Source§

fn eval_script<'a>( script: &'a str, context: &'a DataValueMap<&str>, ) -> EvalResult<DataValue>

Evaluate the script with the context