module::inspect_type
Diagnostic-purpose tools to inspect type of a variable and its size.
Sample
pub use *;
Try out from the repository
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/inspect_type_trivial
cargo run
To add to your project
cargo add implements