pub struct C<F: SimpleFindComments> { /* private fields */ }Implementations§
Source§impl<F> C<F>where
F: SimpleFindComments,
impl<F> C<F>where
F: SimpleFindComments,
pub fn with_finder(finder: F) -> Self
pub fn find(&self, path: PathBuf) -> Result<FindResult, Error>
Auto Trait Implementations§
impl<F> Freeze for C<F>where
F: Freeze,
impl<F> RefUnwindSafe for C<F>where
F: RefUnwindSafe,
impl<F> Send for C<F>where
F: Send,
impl<F> Sync for C<F>where
F: Sync,
impl<F> Unpin for C<F>where
F: Unpin,
impl<F> UnsafeUnpin for C<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for C<F>where
F: 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