pub trait IntoIndirectCallwhere
    Self: Sized,
{ type Item; fn into_indirect(self) -> Self::Item; }

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§