melodium-common 0.10.1

Common Mélodium elements and traits
Documentation
1
2
3
4
use super::ResultStatus;

pub type ContinuousFuture = Box<dyn std::future::Future<Output = ()> + Send + Unpin>;
pub type TrackFuture = Box<dyn std::future::Future<Output = ResultStatus> + Send + Unpin>;