logo
pub trait Adjunct: Sized {
    type Item;
}

Required Associated Types

Implementations on Foreign Types

Implementors