Function expry::expry_parse_type

source ·
pub fn expry_parse_type<'a, 'b, 'c>(
    reader: &'b str,
    allocator: &'a mut MemoryScope<'c>
) -> Result<ExpryType, CompileError<'b>>
where 'c: 'b, 'b: 'a,