Type Definition esr::ast::statement::FunctionStatement

source ·
pub type FunctionStatement<'ast> = Function<'ast, MandatoryName<'ast>>;