pub type NnsNeuronSourceFuture<'a, T> = Pin<Box<dyn Future<Output = Result<NnsGovernanceSourceData<T>, NnsNeuronError>> + Send + 'a>>;Expand description
NnsNeuronSourceFuture
Boxed caller-runtime future returned by a neuron source.
Aliased Typeยง
pub struct NnsNeuronSourceFuture<'a, T> { /* private fields */ }