Trait type_layout_syn2::TypeLayout
source · pub trait TypeLayout {
// Required method
fn type_layout() -> TypeLayoutInfo;
}Required Methods§
fn type_layout() -> TypeLayoutInfo
Object Safety§
This trait is not object safe.
pub trait TypeLayout {
// Required method
fn type_layout() -> TypeLayoutInfo;
}