Capsule<T> typedef

Capsule<T> = T Function(CapsuleHandle)

A blueprint for creating some data, given a CapsuleHandle. See the documentation for more.

Implementation

typedef Capsule<T> = T Function(CapsuleHandle);