pub trait ParameterizedOverTcx: 'static {
    type Value<'tcx>;
}

Required Associated Types

Implementations on Foreign Types

Implementors