Function gluon_vm::api::convert[][src]

pub fn convert<'vm, T, U>(thread: &'vm Thread, t: T) -> Result<U> where
    T: Pushable<'vm>,
    U: for<'value> Getable<'vm, 'value>,