If i have a trait defined as:
pub trait foo { const ID: u32; ...
and a struct defined as:
pub struct fooStruct { pub id: