Trait rustc_metadata::rmeta::decoder::cstore_impl::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, SimplifiedType)

source§

impl IntoArgs for (CrateNum, DefId)

source§

impl IntoArgs for CrateNum

§

type Other = ()

source§

fn into_args(self) -> (DefId, ())

source§

impl IntoArgs for DefId

§

type Other = ()

source§

fn into_args(self) -> (DefId, ())

source§

impl<'tcx> IntoArgs for InstanceDef<'tcx>

§

type Other = ()

source§

fn into_args(self) -> (DefId, ())

Implementors§