☰
IntoArgs
Required Associated Types
Other
Required Methods
into_args
Implementations on Foreign Types
(CrateNum, DefId)
(CrateNum, SimplifiedType)
CrateNum
DefId
InstanceDef<'tcx>
Implementors
In rustc_metadata::rmeta::decoder::cstore_impl
?
Trait
rustc_metadata
::
rmeta
::
decoder
::
cstore_impl
::
IntoArgs
source
·
[
−
]
trait IntoArgs { type
Other
; fn
into_args
(self) -> (
DefId
, Self::
Other
); }
Required Associated Types
source
type
Other
Required Methods
source
fn
into_args
(self) -> (
DefId
, Self::
Other
)
Implementations on Foreign Types
source
impl
IntoArgs
for
DefId
type
Other
=
()
source
fn
into_args
(self) -> (
DefId
,
()
)
source
impl
IntoArgs
for
CrateNum
type
Other
=
()
source
fn
into_args
(self) -> (
DefId
,
()
)
source
impl
IntoArgs
for (
CrateNum
,
DefId
)
type
Other
=
DefId
source
fn
into_args
(self) -> (
DefId
,
DefId
)
source
impl<'tcx>
IntoArgs
for
InstanceDef
<'tcx>
type
Other
=
()
source
fn
into_args
(self) -> (
DefId
,
()
)
source
impl
IntoArgs
for (
CrateNum
,
SimplifiedType
)
type
Other
=
SimplifiedTypeGen
<
DefId
>
source
fn
into_args
(self) -> (
DefId
,
SimplifiedType
)
Implementors