Trait rolodex::parse::Parsable[][src]

pub trait Parsable<'de>: PropertyValue + Parse<'de> { }

This trait represents something the parser knows how to manage.

Implementors

impl<'de, T> Parsable<'de> for T where
    T: PropertyValue + Parse<'de>, 
[src]

Loading content...