pub struct EuroScopeLoader {
pub prfs: Vec<EuroScopeLoaderPrf>,
}Fields§
§prfs: Vec<EuroScopeLoaderPrf>Implementations§
Source§impl EuroScopeLoader
impl EuroScopeLoader
pub fn try_new_from_dir( package_dir: impl AsRef<Path>, ) -> Result<EuroScopeLoader>
pub fn try_read(&mut self) -> Result<EuroScopeResult>
pub fn try_convert_es_path( prf_file_path: impl AsRef<Path>, es_path: &str, ) -> Result<PathBuf>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EuroScopeLoader
impl RefUnwindSafe for EuroScopeLoader
impl Send for EuroScopeLoader
impl Sync for EuroScopeLoader
impl Unpin for EuroScopeLoader
impl UnwindSafe for EuroScopeLoader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more