Struct intuicio_core::script::FileContentProvider
source · pub struct FileContentProvider<T> { /* private fields */ }Implementations§
source§impl<T> FileContentProvider<T>
impl<T> FileContentProvider<T>
pub fn new( extension: impl ToString, parser: impl BytesContentParser<T> + 'static ) -> Self
Trait Implementations§
source§impl<T> ScriptContentProvider<T> for FileContentProvider<T>
impl<T> ScriptContentProvider<T> for FileContentProvider<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for FileContentProvider<T>
impl<T> !Send for FileContentProvider<T>
impl<T> !Sync for FileContentProvider<T>
impl<T> Unpin for FileContentProvider<T>
impl<T> !UnwindSafe for FileContentProvider<T>
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