[go: up one dir, main page]

Function futures::store [] [src]

pub fn store<T, E>(t: T) -> Store<T, E> where T: Any + Send + 'static, E: Send + 'static

A combinator to store some data into task-local storage.