is_drop_fn

Function is_drop_fn 

Source
pub fn is_drop_fn(target: DefId) -> bool
Expand description

Find any drop fn. Any of these drop fns can be missing, e.g. for crates like no_std without using alloc, dealloc doesn’t exist.