Skip to main content

IntoArgs

Trait IntoArgs 

Source
trait IntoArgs {
    type Other;

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

Required Associated Types§

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoArgs for (CrateNum, DefId)

Source§

impl IntoArgs for (CrateNum, SimplifiedType)

Source§

impl IntoArgs for CrateNum

Source§

impl IntoArgs for DefId

Source§

impl<'tcx> IntoArgs for InstanceKind<'tcx>

Implementors§