Function oftlisp::ast::convert_decl [] [src]

pub fn convert_decl<C: 'static + Context>(
    value: Gc<Value<C>>
) -> Result<(Symbol, Gc<Expr<C>>), ConvertError<C>>

Converts a declaration to its AST node.