pub type WithEmplacableForFn<'a, T: ?Sized + 'a> = impl EmplacableFn<T> + 'a;Expand description
EmplacableFn used by with_emplacable_for.
pub type WithEmplacableForFn<'a, T: ?Sized + 'a> = impl EmplacableFn<T> + 'a;EmplacableFn used by with_emplacable_for.