Skip to main content

emit_generic_helpers

Function emit_generic_helpers 

Source
pub fn emit_generic_helpers(out: &mut String, insts: &[GenericInst])
Expand description

Emit specialised helpers for each Result<A, B> / Option<A> instantiation. They delegate to the named-type serialisers for A and B.