pub struct LocalFsResolver {
pub root: PathBuf,
pub registry_dir: PathBuf,
}Expand description
Local disk: file imports relative to the importing file, registry —
a local cache directory <registry_dir>/<path>/<version>.aura,
populated by the aura add command (eval never touches the network).
Fields§
§root: PathBuf§registry_dir: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for LocalFsResolver
impl RefUnwindSafe for LocalFsResolver
impl Send for LocalFsResolver
impl Sync for LocalFsResolver
impl Unpin for LocalFsResolver
impl UnsafeUnpin for LocalFsResolver
impl UnwindSafe for LocalFsResolver
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