Hi,
thanks for the very handy trait.
Would you consider providing a trait, e.g. something like this:
trait Kind {
type Kind;
fn kind() -> Self::Kind
}
This would enable building more generic / reusable code.
For example, in my particular case, I have functions to detect values of duplicated kinds.
Hi,
thanks for the very handy trait.
Would you consider providing a trait, e.g. something like this:
This would enable building more generic / reusable code.
For example, in my particular case, I have functions to detect values of duplicated kinds.