Searched defs:QueryPoolCreationError (Results 1 – 1 of 1) sorted by relevance
47 ) -> Result<QueryPool, QueryPoolCreationError> { in new() argument157 pub enum QueryPoolCreationError { enum164 impl error::Error for QueryPoolCreationError { implementation174 impl fmt::Display for QueryPoolCreationError { implementation191 impl From<OomError> for QueryPoolCreationError { implementation193 fn from(err: OomError) -> QueryPoolCreationError { in from()198 impl From<Error> for QueryPoolCreationError { implementation200 fn from(err: Error) -> QueryPoolCreationError { in from()