Trait vcard::values::Value

source ·
pub trait Value {
    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>;
}

Required Methods

Implementors