MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / drop

Method drop

src/attr.rs:337–339  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

335
336impl Drop for Attributes {
337 fn drop(&mut self) {
338 self.verbose_printf_flush();
339 }
340}
341
342impl Default for Attributes {

Callers

nothing calls this directly

Calls 1

verbose_printf_flushMethod · 0.80

Tested by

no test coverage detected