[][src]Macro fast_async_mutex::impl_deref

macro_rules! impl_deref {
    ($struct_name:ident) => { ... };
    ($struct_name:ident, $lifetime:lifetime) => { ... };
}