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