pub struct DirRoot { /* private fields */ }Expand description
A local-directory root: scans <path>/<name>/transform.toml. A non-existent path yields no
units (so optional business roots are friendly); a strict caller checks existence itself.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirRoot
impl RefUnwindSafe for DirRoot
impl Send for DirRoot
impl Sync for DirRoot
impl Unpin for DirRoot
impl UnsafeUnpin for DirRoot
impl UnwindSafe for DirRoot
Blanket Implementations§
impl<T> Allocation for T
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