Enum leeroy::observer::Path [] [src]

pub enum Path {
    WebResource(String),
    Local(String),
}

Variants

Trait Implementations

impl Debug for Path
[src]

Formats the value using the given formatter.

impl PartialEq for Path
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T> From<T> for Path where
    T: AsRef<str>, 
[src]

Performs the conversion.