Struct yash_syntax::parser::MissingHereDoc
source · [−]pub struct MissingHereDoc;
Expand description
Placeholder for a here-document that is not yet fully parsed.
This object is included in the abstract syntax tree in place of a
HereDoc
that is yet to be parsed.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MissingHereDoc
impl Send for MissingHereDoc
impl Sync for MissingHereDoc
impl Unpin for MissingHereDoc
impl UnwindSafe for MissingHereDoc
Blanket Implementations
Mutably borrows from an owned value. Read more