pub trait CommandSignature<D: Device>: Send + Sync { }Expand description
A command signature is used to execute_indirect commands
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".