Searched defs:CheckDispatchError (Results 1 – 1 of 1) sorted by relevance
16 pub fn check_dispatch(device: &Device, dimensions: [u32; 3]) -> Result<(), CheckDispatchError> { in check_dispatch() argument34 pub enum CheckDispatchError { enum44 impl error::Error for CheckDispatchError {} implementation46 impl fmt::Display for CheckDispatchError { implementation