Trait test_dingus::Trait

source ·
pub trait Trait<Foo> {
    type Item;

    // Required methods
    fn f() -> Foo;
    fn f2() -> Self::Item;
}

Required Associated Types§

Required Methods§

source

fn f() -> Foo

source

fn f2() -> Self::Item

Implementors§

source§

impl Trait<Foo> for Bar

§

type Item = Item