[][src]Trait valkyrie_docgen::items::SignatureContainer

pub trait SignatureContainer {
    pub fn get_signature(&self) -> Html;
pub fn get_id(&self) -> String;
pub fn get_class(&self) -> String; pub fn get_children(&self) -> Option<Html> { ... }
pub fn get_source(&self) -> String { ... }
pub fn get_link(&self) -> String { ... } }

Required methods

pub fn get_signature(&self) -> Html[src]

pub fn get_id(&self) -> String[src]

pub fn get_class(&self) -> String[src]

Loading content...

Provided methods

pub fn get_children(&self) -> Option<Html>[src]

pub fn get_source(&self) -> String[src]

Loading content...

Implementors

impl SignatureContainer for Extends[src]

impl SignatureContainer for Function[src]

impl SignatureContainer for Method[src]

Loading content...