pub trait IntoIndirectCall {
    type Item;

    fn into_indirect(self) -> Self::Item;
}

Required Associated Types

Required Methods

Implementors