Struct annotate_snippets::snippet::Snippet
[−]
[src]
pub struct Snippet {
pub title: Option<Annotation>,
pub footer: Vec<Annotation>,
pub slices: Vec<Slice>,
}Primary structure provided for formatting
Fields
title: Option<Annotation>
slices: Vec<Slice>
Trait Implementations
impl From<Snippet> for DisplayList[src]
impl Debug for Snippet[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more