flux_rustc_bridge::ty

Type Alias GenericArgs

Source
pub type GenericArgs = List<GenericArg>;

Aliased Type§

struct GenericArgs { /* private fields */ }

Trait Implementations§

Source§

impl GenericArgsExt for GenericArgs

Source§

impl<'tcx> ToRustc<'tcx> for GenericArgs

Source§

type T = &'tcx RawList<(), GenericArg<'tcx>>

Source§

fn to_rustc(&self, tcx: TyCtxt<'tcx>) -> Self::T