Searched refs:QueryPoolCreationError (Results 1 – 1 of 1) sorted by relevance
53 ) -> Result<Arc<QueryPool>, QueryPoolCreationError> { in new() argument67 return Err(QueryPoolCreationError::PipelineStatisticsQueryFeatureNotEnabled); in new()233 pub enum QueryPoolCreationError { enum240 impl Error for QueryPoolCreationError { implementation243 QueryPoolCreationError::OomError(err) => Some(err), in source()249 impl Display for QueryPoolCreationError { implementation255 QueryPoolCreationError::OomError(_) => "not enough memory available", in fmt()256 QueryPoolCreationError::PipelineStatisticsQueryFeatureNotEnabled => { in fmt()265 impl From<OomError> for QueryPoolCreationError { implementation266 fn from(err: OomError) -> QueryPoolCreationError { in from() argument[all …]