Returns the shared decoder matching the image compression type.
(&self)
| 342 | |
| 343 | /// Returns the shared decoder matching the image compression type. |
| 344 | pub fn decoder(&self) -> Arc<dyn Decoder> { |
| 345 | Arc::clone(&self.decoder) |
| 346 | } |
| 347 | } |
| 348 | |
| 349 | impl QcowState { |
no outgoing calls
no test coverage detected