pub trait U32Ext {
    fn to_ty(&self) -> Result<Ident>;
fn to_ty_width(&self) -> Result<u32>; }

Required methods

Implementations on Foreign Types

Implementors