Expand description
Static token source implementation.
Allows using a String or &'static str as a token source.
Structsยง
- Static
Token Source - A static token source that always returns the same token.
Can be created from a
Stringor&'static str.