pub type Token = Handle;
A token represents a bedrock object. Tokens are reference counted, dropping all counts of the token removes the object.
struct Token(/* private fields */);