pub trait KindRepr:
'static
+ Sized
+ Ord {
// Required methods
fn is_align(&self) -> bool;
fn is_align_gt_one(&self) -> bool;
fn parse(meta: &Meta) -> Result<Self>;
}
Required Methods§
fn is_align(&self) -> bool
fn is_align_gt_one(&self) -> bool
fn parse(meta: &Meta) -> Result<Self>
Object Safety§
This trait is not object safe.