Skip to main content

CMapResolverFn

Type Alias CMapResolverFn 

Source
pub type CMapResolverFn = Arc<dyn Fn(CMapName<'_>) -> Option<&'static [u8]> + Send + Sync>;
Expand description

A callback function for resolving cmap names to their files.

Aliased Typeยง

pub struct CMapResolverFn { /* private fields */ }