Type Alias InterfaceItems

Source
pub type InterfaceItems = Vec<InterfaceItem>;

Aliased Type§

pub struct InterfaceItems { /* private fields */ }

Trait Implementations§

Source§

impl Render for InterfaceItems

Source§

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