Type Alias InterfaceUses

Source
pub type InterfaceUses = Vec<Use>;

Aliased Type§

struct InterfaceUses { /* private fields */ }

Trait Implementations§

Source§

impl Render for InterfaceUses

Source§

fn render(&self, f: &mut Formatter<'_>, opts: &RenderOpts) -> Result