Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/device/
Dfeatures.rs186 pub struct FeatureRestrictionError { struct
193 impl error::Error for FeatureRestrictionError {} argument
195 impl fmt::Display for FeatureRestrictionError { implementation