list_to_vec

Function list_to_vec 

Source
pub fn list_to_vec<'a>(
    curr: &'a Gc<Value>,
    out: &'a mut Vec<Gc<Value>>,
) -> BoxFuture<'a, ()>