rustc_
metadata
1.83.0-beta.6
(4ff8ff0ec 2024-11-16)
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
§