multiconst 0.2.2

destructures an expression into multiple constants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Types and traits for querying the types of fields/elements.

mod field_name;
mod field_type;
mod field_type_prim_impls;
mod field_type_struct_impls;

pub use self::{
    field_name::{TChars, TIdent, Usize},
    field_type::{FieldType, GetFieldType},
};

///////////////////////////////////////////////////////////////////////////