Struct futures::task::LocalMap [] [src]

pub struct LocalMap { /* fields omitted */ }

A map storing task-local data.

Methods

impl LocalMap
[src]

[src]

Create an empty set of task-local data.

Trait Implementations

impl Debug for LocalMap
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LocalMap

impl !Sync for LocalMap