[][src]Macro fast_async_mutex::impl_send_sync_mutex

macro_rules! impl_send_sync_mutex {
    ($mutex_name:ident, $mutex_guard:ident, $mutex_guard_owned:ident) => { ... };
}