Module type ImageBitmap.Lazy_t

What Font.Make needs of a suspension: enough to defer building the character map.

type 'a t
val from_fun : (unit -> 'a) -> 'a t
val force : 'a t -> 'a