pub trait ExFnMut<Args: Tuple>: FnOnce<Args> {
type ExternalTraitSpecificationFor: FnMut<Args>;
}Required Associated Types§
type ExternalTraitSpecificationFor: FnMut<Args>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".