Struct warp10::Token[][src]

pub struct Token<'a> { /* fields omitted */ }

Methods

impl<'a> Token<'a>
[src]

Trait Implementations

impl<'a> Debug for Token<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Token<'a>

impl<'a> Sync for Token<'a>