Struct moore_vhdl_syntax::ast::Signature [−][src]
pub struct Signature { pub span: Span, pub args: Vec<CompoundName>, pub retty: Option<CompoundName>, }
Fields
span: Span
args: Vec<CompoundName>
retty: Option<CompoundName>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Signature
impl UnwindSafe for Signature
Blanket Implementations
Mutably borrows from an owned value. Read more