pub enum DocDoc {}
Implementations§
Source§impl DocDoc
impl DocDoc
Sourcepub fn list_imports(
_format: Format,
entry_path: impl AsRef<Path>,
) -> HashSet<PathBuf>
pub fn list_imports( _format: Format, entry_path: impl AsRef<Path>, ) -> HashSet<PathBuf>
Traverse the import tree from the entry path as far as possible, and return a list of all paths from which files are imported. In case an error traversing the tree occurs, this list is possibly incomplete.
Auto Trait Implementations§
impl Freeze for DocDoc
impl RefUnwindSafe for DocDoc
impl Send for DocDoc
impl Sync for DocDoc
impl Unpin for DocDoc
impl UnwindSafe for DocDoc
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