Enum proc_macro2::Spacing [] [src]

pub enum Spacing {
    Alone,
    Joint,
}

Variants

Trait Implementations

impl Copy for Spacing
[src]

impl Clone for Spacing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Spacing
[src]

Formats the value using the given formatter.