pub struct FilesToText;
Implementations§
Source§impl FilesToText
impl FilesToText
pub fn read_all(options: FileToTextOptions<'_>) -> String
pub fn read_to_file( options: FileToTextOptions<'_>, filename: &str, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for FilesToText
impl RefUnwindSafe for FilesToText
impl Send for FilesToText
impl Sync for FilesToText
impl Unpin for FilesToText
impl UnwindSafe for FilesToText
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