Struct wiggle_generate::config::Paths
source · pub struct Paths(_);
Expand description
A collection of paths, pointing to witx documents.
Implementations§
Trait Implementations§
source§impl FromIterator<PathBuf> for Paths
impl FromIterator<PathBuf> for Paths
Auto Trait Implementations§
impl RefUnwindSafe for Paths
impl Send for Paths
impl Sync for Paths
impl Unpin for Paths
impl UnwindSafe for Paths
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