Trait hax_frontend_exporter::body::module::IsBody
source · pub trait IsBody:
Sized
+ Clone
+ 'static {
// Required method
fn body<'tcx, S: UnderOwnerState<'tcx>>(did: RLocalDefId, s: &S) -> Self;
}
Required Methods§
fn body<'tcx, S: UnderOwnerState<'tcx>>(did: RLocalDefId, s: &S) -> Self
Object Safety§
This trait is not object safe.