[][src]Trait polyhorn_style::Platform

pub trait Platform {
    type Color: Clone + Debug + Default + Send + Sync;
    type Font: Clone + Debug + Default + Send + Sync;
}

Associated Types

Loading content...

Implementors

Loading content...