Type Alias Value

Source
pub type Value<'a, T> = Shared<BoxFuture<'a, T>>;

Aliased Typeยง

pub struct Value<'a, T> { /* private fields */ }