algosul-core 0.0.8+2

Some user-friendly yet personalized tools
1
2
3
4
use std::pin::Pin;

pub type PinBoxDynFeature<T> =
  Pin<Box<dyn Future<Output = T> + Send + 'static>>;