[][src]Struct etc::Etc

pub struct Etc(_);

contains dir and file

Implementations

impl Etc[src]

pub fn new<P>(root: P) -> Result<Etc, Error> where
    P: AsRef<Path> + Sized
[src]

Abstract an etc dir

pub fn tree(self) -> Result<Tree, Error>[src]

Convert Etc to Tree

Trait Implementations

impl<P> From<P> for Etc where
    P: AsRef<Path> + Sized
[src]

impl Into<String> for Etc[src]

impl Meta for Etc[src]

impl<'e, '_> Meta for &'_ Etc[src]

impl<'e, '_> Meta for &'_ mut Etc[src]

Auto Trait Implementations

impl RefUnwindSafe for Etc

impl Send for Etc

impl Sync for Etc

impl Unpin for Etc

impl UnwindSafe for Etc

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.