Searched refs:drop_fn (Results 1 – 2 of 2) sorted by relevance
226 drop_fn: fn(), field235 pub fn new(drop_fn: fn()) -> Self { in new()243 drop_fn, in new()257 (self.drop_fn)(); in drop()
18 drop_fn: unsafe fn(*mut (dyn Future<Output = T> + 'static)), field48 drop_fn: unsafe { remove_drop_lifetime(F::drop) }, in new()90 unsafe { (self.drop_fn)(self.future) } in drop()