[][src]Trait mod_trait_exerci::mod_trait::CanalTrait

pub trait CanalTrait {
    fn foo(&self) -> u32;
}

Required methods

fn foo(&self) -> u32

Loading content...

Implementors

impl CanalTrait for StructType[src]

Loading content...