Trait feed::GuidGetters [] [src]

pub trait GuidGetters {
    fn is_permalink(&self) -> bool;
    fn value(&self) -> String;
}

The Getter functions for Guid

Required Methods

Get the permalink that exists under Guid.

Get the guid that exists under Guid.

Implementors