Trait rustc_session::session::RemapFileNameExt
source · pub trait RemapFileNameExt {
type Output<'a>
where Self: 'a;
// Required methods
fn for_scope(
&self,
sess: &Session,
scopes: RemapPathScopeComponents
) -> Self::Output<'_>;
fn for_codegen(&self, sess: &Session) -> Self::Output<'_>;
}Required Associated Types§
Required Methods§
fn for_scope( &self, sess: &Session, scopes: RemapPathScopeComponents ) -> Self::Output<'_>
fn for_codegen(&self, sess: &Session) -> Self::Output<'_>
Object Safety§
This trait is not object safe.