trait IntoArgs {
    type Other;

    fn into_args(self) -> (DefId, Self::Other);
}

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors