Searched defs:OperationError (Results 1 – 2 of 2) sorted by relevance
73 pub enum OperationError { enum92 impl From<IoError> for OperationError { implementation93 fn from(e: IoError) -> OperationError { in from()445 fn determine_operation(matches: &Matches) -> Result<Operation, OperationError> { in determine_operation() argument
171 Napi::Error Errors::OperationError(Napi::Env env) { in OperationError() function in wgpu::binding::Errors