write_fn_step convenience macro

This commit is contained in:
2023-06-01 19:10:07 +01:00
parent 6e545be8a7
commit 01aa37b27d
9 changed files with 154 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ use crate::{atomic_impl, atomic_redirect};
/// reference to self and a closure. This can be used in conjunction with
/// [atomic_impl] and [atomic_redirect] to normalize the argument automatically
/// before using it.
///
///
/// See [atomic_impl] for an example.
#[macro_export]
macro_rules! externfn_impl {