[][src]Trait llhd::AsContext

pub trait AsContext {
    fn as_context(&self) -> &dyn Context;
}

Required methods

fn as_context(&self) -> &dyn Context

Loading content...

Implementors

impl<T: Context> AsContext for T
[src]

Loading content...