Trait rustc_metadata::rmeta::decoder::cstore_impl::IntoArgs
source · trait IntoArgs {
type Other;
// Required method
fn into_args(self) -> (DefId, Self::Other);
}
trait IntoArgs {
type Other;
// Required method
fn into_args(self) -> (DefId, Self::Other);
}