GetDtype

Derive Macro GetDtype 

Source
#[derive(GetDtype)]
Expand description

Procedural macro to derive the GetDtype trait for enums.

This macro generates an implementation of the GetDtype trait for an enum, providing a dtype method that returns the appropriate DataType for each variant.