pub trait LoadedWithin<T> {
// Required method
fn within(self, loaded: &Loaded) -> Result<T, EcoVec<SourceDiagnostic>>;
}Expand description
Convert a LoadResult to a SourceResult by adding the Loaded
context.
pub trait LoadedWithin<T> {
// Required method
fn within(self, loaded: &Loaded) -> Result<T, EcoVec<SourceDiagnostic>>;
}Convert a LoadResult to a SourceResult by adding the Loaded
context.