pub struct LocalResolver;
Expand description
A resolver that only follows relative paths
Implementations§
Source§impl LocalResolver
impl LocalResolver
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalResolver
impl RefUnwindSafe for LocalResolver
impl Send for LocalResolver
impl Sync for LocalResolver
impl Unpin for LocalResolver
impl UnwindSafe for LocalResolver
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