Struct moss::object::Spot [] [src]

pub struct Spot {
    pub line: usize,
    pub col: usize,
    pub module: String,
}

Fields

Trait Implementations

Auto Trait Implementations

impl Send for Spot

impl Sync for Spot