Add MetricType type

This commit is contained in:
5ohue
2024-05-09 21:04:39 +03:00
parent 53fb3069ed
commit d6c617ebce
4 changed files with 77 additions and 6 deletions

View File

@ -36,7 +36,7 @@ use libc::size_t;
#[cfg(not(target_os = "freebsd"))]
use libc::ssize_t;
pub use bindings::{ColorspaceType, DitherMethod, FilterType, GravityType, MetricType};
pub use bindings::{ColorspaceType, DitherMethod, FilterType, GravityType};
pub use conversions::ToMagick;
pub use result::MagickError;
use result::Result;