rustc_metadata::rmeta::decoder::cstore_impl

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)

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§