maf 0.1.0-alpha.6

MAF is an authoritative realtime framework for writing simple, secure, and scalable apps.
Documentation
1
2
3
4
5
//! Conditional support for various callable types.

/// A marker trait for [`crate::callable::CallableParam`]'s that support being ran in an async
/// context.
pub trait SupportsAsync {}