Enum languageserver_types::MarkupKind
[−]
[src]
pub enum MarkupKind {
PlainText,
Markdown,
}Describes the content type that a client supports in various
result literals like Hover, ParameterInfo or CompletionItem.
Please note that MarkupKinds must not start with a $. This kinds
are reserved for internal usage.
Variants
PlainTextPlain text is supported as a content format
MarkdownMarkdown is supported as a content format
Trait Implementations
impl Debug for MarkupKind[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more