pub struct FileConfig;
Expand description
Retrieves config stored in a directory under LIBOBSCURA_DEVICES_DIR, /// The env var exists to load the files from a system path after packaging and deployment, while remaining open to administrator’s modifications.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileConfig
impl RefUnwindSafe for FileConfig
impl Send for FileConfig
impl Sync for FileConfig
impl Unpin for FileConfig
impl UnwindSafe for FileConfig
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