[][src]Trait show_my_errors::AnnotationText

pub trait AnnotationText {
    fn into_option_string(self) -> Option<String>;
}

Something that can be converted to Option<String>. You probably shouldn't implement this trait yourself, it's here only to simplify annotation creation syntax.

Required methods

Loading content...

Implementations on Foreign Types

impl AnnotationText for String[src]

impl<'_> AnnotationText for &'_ str[src]

impl AnnotationText for Option<String>[src]

Loading content...

Implementors

Loading content...