derive_more-impl 2.1.1

Internal implementation of `derive_more` crate
Documentation
1
2
3
4
5
6
//! Implementations of [`cmp`]-related derive macros.
//!
//! [`cmp`]: std::cmp

pub(crate) mod eq;
pub(crate) mod partial_eq;