pub struct OsFileResolver { /* private fields */ }Implementations§
Trait Implementations§
Source§impl FileResolver for OsFileResolver
impl FileResolver for OsFileResolver
Source§fn get_data_stream(
&self,
path_components: &[PathComponent],
) -> Result<Option<DataStreamReference>, ErrorTrace>
fn get_data_stream( &self, path_components: &[PathComponent], ) -> Result<Option<DataStreamReference>, ErrorTrace>
Retrieves a data stream with the specified path.
Auto Trait Implementations§
impl Freeze for OsFileResolver
impl RefUnwindSafe for OsFileResolver
impl Send for OsFileResolver
impl Sync for OsFileResolver
impl Unpin for OsFileResolver
impl UnwindSafe for OsFileResolver
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