Struct gluon_vm::core::optimize::SameLifetime[][src]

pub struct SameLifetime<'a>(_);

Trait Implementations

impl<'a> ExprProducer<'a, 'a> for SameLifetime<'a>
[src]

impl<'a> Visitor<'a, 'a> for SameLifetime<'a>
[src]

Auto Trait Implementations

impl<'a> !Send for SameLifetime<'a>

impl<'a> !Sync for SameLifetime<'a>