Function read_one

Source
pub fn read_one<'a, C: 'static + Context>(
    s: &'a str,
    lexer: &mut Peekable<Lexer<'a>>,
    path: Option<Gc<PathBuf>>,
) -> Result<Gc<Value<C>>, ReadError>
Expand description

Reads a single Value from the lexer.