Struct syntex_syntax::errors::CodeSuggestion [] [src]

pub struct CodeSuggestion {
    // some fields omitted
}

Methods

impl CodeSuggestion
[src]

fn splice_lines(&self, cm: &CodeMap) -> String

Returns the assembled code suggestion.

Trait Implementations

impl Clone for CodeSuggestion
[src]

fn clone(&self) -> CodeSuggestion

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more