pub trait IntoArgs {
// Required method
fn into_args(self, fallback: Span) -> Args;
}Expand description
Things that can be used as arguments.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".