Struct token_store::Token [] [src]

pub struct Token<V> { /* fields omitted */ }

A token for accessing the store contents

Methods

impl<V> Token<V>
[src]

[src]

Check wether this token is still valid

If it is not, trying to use it to access contents will panic.

Trait Implementations

impl<V> Clone for Token<V>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more