Home
last modified time | relevance | path

Searched defs:ExtensionRestrictionError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/vulkano/src/
Dextensions.rs202 pub struct ExtensionRestrictionError { struct
209 impl error::Error for ExtensionRestrictionError {} implementation
211 impl fmt::Display for ExtensionRestrictionError { implementation