Struct afm::Ligature [] [src]

pub struct Ligature {
    pub successor: String,
    pub ligature: String,
}

Fields

Trait Implementations

impl PartialEq for Ligature
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Ligature
[src]

[src]

Formats the value using the given formatter.