Trait CanalTrait
mod_trait_exerci::mod_trait
pub trait CanalTrait { fn foo(&self) -> u32; }
fn foo(&self) -> u32
impl CanalTrait for StructType