pub trait MaybeIncomplete {
// Required method
fn is_incomplete(&self, top: &Module, cache: &impl ModuleStore) -> bool;
}
Required Methods§
fn is_incomplete(&self, top: &Module, cache: &impl ModuleStore) -> bool
Object Safety§
This trait is not object safe.