pub struct IgnoreContentProvider;
Trait Implementations§
Source§impl<S> ScriptContentProvider<S> for IgnoreContentProvider
impl<S> ScriptContentProvider<S> for IgnoreContentProvider
fn load(&mut self, _: &str) -> Result<Option<S>, Box<dyn Error>>
fn join_paths( &self, parent: &str, relative: &str, ) -> Result<String, Box<dyn Error>>
fn unpack_load( &mut self, path: &str, ) -> Result<Vec<ScriptContent<T>>, Box<dyn Error>>
fn sanitize_path(&self, path: &str) -> Result<String, Box<dyn Error>>
Auto Trait Implementations§
impl Freeze for IgnoreContentProvider
impl RefUnwindSafe for IgnoreContentProvider
impl Send for IgnoreContentProvider
impl Sync for IgnoreContentProvider
impl Unpin for IgnoreContentProvider
impl UnwindSafe for IgnoreContentProvider
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