rustc_
metadata
1.84.0-nightly
(3fee0f12e 2024-11-20)
Into
Args
Required Associated Types
Other
Required Methods
into_args
Implementations on Foreign Types
(CrateNum, DefId)
(CrateNum, SimplifiedType)
CrateNum
DefId
InstanceKind<'tcx>
Implementors
In rustc_
metadata::
rmeta::
decoder::
cstore_
impl
rustc_metadata
::
rmeta
::
decoder
::
cstore_impl
Trait
IntoArgs
Copy item path
Source
trait IntoArgs { type
Other
; // Required method 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 (
CrateNum
,
DefId
)
Source
§
type
Other
=
DefId
Source
§
fn
into_args
(self) -> (
DefId
,
DefId
)
Source
§
impl
IntoArgs
for (
CrateNum
,
SimplifiedType
)
Source
§
type
Other
=
SimplifiedType
<
DefId
>
Source
§
fn
into_args
(self) -> (
DefId
,
SimplifiedType
)
Source
§
impl
IntoArgs
for
CrateNum
Source
§
type
Other
=
()
Source
§
fn
into_args
(self) -> (
DefId
,
()
)
Source
§
impl
IntoArgs
for
DefId
Source
§
type
Other
=
()
Source
§
fn
into_args
(self) -> (
DefId
,
()
)
Source
§
impl<'tcx>
IntoArgs
for
InstanceKind
<'tcx>
Source
§
type
Other
=
()
Source
§
fn
into_args
(self) -> (
DefId
,
()
)
Implementors
§