Function generate_single

Source
pub fn generate_single<W: Write>(
    out: &mut W,
    expr: &ESExpr,
) -> Result<(), GeneratorError>