pub type BrandedTokenId<'brand> = SingletonTokenId<BrandedTag<'brand>>;Expand description
Lifetime-branded token that cannot be used to access the contents of a
TokenLock<T, BrandedTokenId<'brand>> but can be used to create one.
Can be default-constructed.
Aliased Typeยง
pub struct BrandedTokenId<'brand>(/* private fields */);