pub struct FileFinderState { /* private fields */ }๐Deprecated since 2.0.1: use cfgmatic-source crate instead, which provides a unified configuration source API
Expand description
Stateful file finder after configuration.
Implementationsยง
Sourceยงimpl FileFinderState
impl FileFinderState
Sourcepub fn find(&self) -> Result<ConfigFiles>
๐Deprecated since 2.0.1: use cfgmatic-source crate instead, which provides a unified configuration source API
pub fn find(&self) -> Result<ConfigFiles>
Auto Trait Implementationsยง
impl Freeze for FileFinderState
impl !RefUnwindSafe for FileFinderState
impl Send for FileFinderState
impl Sync for FileFinderState
impl Unpin for FileFinderState
impl UnsafeUnpin for FileFinderState
impl !UnwindSafe for FileFinderState
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