pub trait Resolved {
// Provided method
fn is_resolved(&self) -> bool { ... }
}
Expand description
Trait that signals whether something has all it’s references resolved.
pub trait Resolved {
// Provided method
fn is_resolved(&self) -> bool { ... }
}
Trait that signals whether something has all it’s references resolved.