Struct gluon_vm::Variants [] [src]

pub struct Variants<'a>(_);

Methods

impl<'a> Variants<'a>
[src]

Creates a new Variants value which assumes that value is alive for the lifetime of the value

Returns an instance of ValueRef which allows users to safely retrieve the interals of a value

Trait Implementations

impl<'a> Debug for Variants<'a>
[src]

Formats the value using the given formatter.