pub struct TextLoader<S> { /* private fields */ }Implementations§
Source§impl<S> TextLoader<S>
impl<S> TextLoader<S>
pub fn new(option: LoaderOptions, path: &str) -> Self
Source§impl TextLoader<Open>
impl TextLoader<Open>
Source§impl TextLoader<Closed>
impl TextLoader<Closed>
pub fn open(self) -> Result<TextLoader<Open>, LoaderError>
Auto Trait Implementations§
impl<S> Freeze for TextLoader<S>
impl<S> RefUnwindSafe for TextLoader<S>where
S: RefUnwindSafe,
impl<S> Send for TextLoader<S>where
S: Send,
impl<S> Sync for TextLoader<S>where
S: Sync,
impl<S> Unpin for TextLoader<S>where
S: Unpin,
impl<S> UnsafeUnpin for TextLoader<S>
impl<S> UnwindSafe for TextLoader<S>where
S: UnwindSafe,
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