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.
pub fn emit_generic_helpers(out: &mut String, insts: &[GenericInst])Emit specialised helpers for each Result<A, B> / Option<A>
instantiation. They delegate to the named-type serialisers for A and B.