[types]: Make Maintain implement Debug. (#5802)

This commit is contained in:
Jim Blandy 2024-06-13 09:10:36 -07:00 committed by GitHub
parent b9b7050bb9
commit eb69c5fd2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4470,7 +4470,7 @@ impl Default for ColorWrites {
}
/// Passed to `Device::poll` to control how and if it should block.
#[derive(Clone)]
#[derive(Clone, Debug)]
pub enum Maintain<T> {
/// On wgpu-core based backends, block until the given submission has
/// completed execution, and any callbacks have been invoked.