Struct autocxx_parser::RustPath
source · [−]pub struct RustPath(_);Expand description
A little like syn::Path but simpler - contains only identifiers,
no path arguments. Guaranteed to always have at least one identifier.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RustPath
impl UnwindSafe for RustPath
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more