Skip to main content

Module static_token

Module static_token 

Source
Expand description

Static token source implementation.

Allows using a String or &'static str as a token source.

Structsยง

StaticTokenSource
A static token source that always returns the same token. Can be created from a String or &'static str.