Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/instance/
Ddebug.rs416 pub enum DebugCallbackCreationError { enum
421 impl error::Error for DebugCallbackCreationError {} implementation
423 impl fmt::Display for DebugCallbackCreationError { implementation
438 impl From<Error> for DebugCallbackCreationError { implementation
440 fn from(err: Error) -> DebugCallbackCreationError { in from()