pub struct TomlAnnotator { /* private fields */ }Expand description
TOML document annotator using toml_edit
Implementations§
Source§impl TomlAnnotator
impl TomlAnnotator
pub fn new(config: AnnotatorConfig) -> Self
Trait Implementations§
Source§impl Annotator for TomlAnnotator
impl Annotator for TomlAnnotator
Source§fn annotate(
&self,
content: &str,
annotations: &AnnotationMap,
) -> Result<String, AnnotatorError>
fn annotate( &self, content: &str, annotations: &AnnotationMap, ) -> Result<String, AnnotatorError>
Annotate a document with comments from the annotation map