Expand description
'static
versions of the most popular functions.
This module contains a way to type erase popular functions for any requested type without using dynamic dispatch. It overcomes limitaions of generic free functions’ instances inheriting lifetime from a generic arguments.
Functions§
- fn_call⚠
- fn_
call_ ⚠mut - fn_
call_ ⚠once - fn_drop⚠
- Get
'static
function of drop on aP
pointer type. - fn_
poll_ ⚠unforgotten