Modules§
- impls 🔒
Traits§
- Fn
- The version of the call operator that takes an immutable receiver.
- FnMut
- The version of the call operator that takes a mutable receiver.
- FnOnce
- The version of the call operator that takes a by-value receiver.
- FnPtr
Experimental - A common trait implemented by all function pointers.
Foreign Types§
- Code
Experimental - A type representing a pointer to a function pointer.