Trait activitystreams::LinkExt[][src]

pub trait LinkExt: Link {
    fn props(&self) -> &LinkProperties;
fn props_mut(&mut self) -> &mut LinkProperties; }

The Link Extension Trait

This trait provides generic access to a link's properties

Required Methods

Implementors