(&self)
| 38 | } |
| 39 | } |
| 40 | fn use_async(&self) -> bool { |
| 41 | match self { |
| 42 | IsAsync::Yes | IsAsync::YesPooling => true, |
| 43 | IsAsync::No | IsAsync::NoPooling => false, |
| 44 | } |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | fn engines() -> Vec<(Engine, IsAsync)> { |
no outgoing calls
no test coverage detected