[][src]Trait directwrite::descriptions::FontKey

pub trait FontKey: Send + Sync + 'static { }

Marker supertrait for types which may be used as font keys. Note that although the data itself must be static, str is a valid FontKey as the key will always be taken by pointer.

Implementors

impl<T: ?Sized> FontKey for T where
    T: Send + Sync + 'static, 
[src]

Loading content...