BrandedToken

Type Alias BrandedToken 

Source
pub type BrandedToken<'brand> = SingletonToken<BrandedTag<'brand>>;
Expand description

Lifetime-branded token that can be used to access the contents of a TokenLock<T, BrandedTokenId<'brand>>. Created by with_branded_token.

See with_branded_token for an example.

Aliased Typeยง

pub struct BrandedToken<'brand>(/* private fields */);