pub trait Arguments:
Send
+ Sync
+ 'static { }Expand description
Function arguments.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait Arguments:
Send
+ Sync
+ 'static { }Function arguments.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".