Skip to main content

TableFunctionEntry

Type Alias TableFunctionEntry 

Source
type TableFunctionEntry = OnceLock<Option<(AtomicU8, FontBlob)>>;
Expand description

Entry for a single table provided by a callback.

Aliased Typeยง

struct TableFunctionEntry { /* private fields */ }