struct Try [src]

This data is stored inside extra, trailed by: body: Index // for each body_len.

Fields

operand: RefThe error union to unwrap.
body_len: u32

Source

pub const Try = struct { /// The error union to unwrap. operand: Ref, body_len: u32, }