Function espr::parser::simple_types [−][src]
pub fn simple_types(input: &str) -> ParseResult<'_, SimpleType>
Expand description
307 simple_types = binary_type | boolean_type | integer_type | logical_type | number_type | real_type | string_type .