pub struct StaticFileResolver { /* private fields */ }Expand description
Static file resolver that reads a manifest from a local path or URL.
Useful for simple setups without a dynamic server. The manifest is fetched from the URL (or read from a local file) and compared against the current sequence.
Implementations§
Trait Implementations§
Source§impl HotswapResolver for StaticFileResolver
impl HotswapResolver for StaticFileResolver
Auto Trait Implementations§
impl Freeze for StaticFileResolver
impl !RefUnwindSafe for StaticFileResolver
impl Send for StaticFileResolver
impl Sync for StaticFileResolver
impl Unpin for StaticFileResolver
impl UnsafeUnpin for StaticFileResolver
impl !UnwindSafe for StaticFileResolver
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