SbrdInt

Type Alias SbrdInt 

Source
pub type SbrdInt = i32;
Expand description

Integer type for this crate

Trait Implementations§

Source§

impl ForEvalGeneratorType for SbrdInt

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
Source§

impl ForGetValueAtGeneratorType for SbrdInt

Source§

fn get_generator_type() -> GeneratorType

The type of the generator
Source§

fn parse(s: &str) -> Result<SbrdInt, BuildError>

Function of parser the input value
Source§

fn to_data_value(&self) -> DataValue

Function of converter for a generated value
Source§

impl ForSelectGeneratorType for SbrdInt

Source§

fn get_generator_type() -> GeneratorType

The type of the generator
Source§

fn parse(s: &str) -> Result<SbrdInt, BuildError>

Function of parser the input value
Source§

fn to_data_value(&self) -> DataValue

Function of converter for a generated value