typing_tools 0.11.0

Collection of general purpose tools for type checking.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

use super::*;
use test_tools::exposed::*;
// #[ allow( unused_imports ) ]
// use the_module::typing as the_module;

#[ path = "../../../../core/implements/tests/inc/mod.rs" ]
mod implements_test;

#[ path = "../../../../core/inspect_type/tests/inc/mod.rs" ]
mod inspect_type_test;

#[ path = "../../../../core/is_slice/tests/inc/mod.rs" ]
mod is_slice_test;