Struct artano::Annotation[][src]

pub struct Annotation {
    pub text: String,
    pub position: Position,
}

Fields

Methods

impl Annotation
[src]

Trait Implementations

impl Debug for Annotation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Annotation

impl Sync for Annotation