forked from Orchid/orchid
docs reference
This commit is contained in:
@@ -19,6 +19,8 @@ use crate::{atomic_impl, atomic_redirect};
|
|||||||
/// reference to self and a closure. This can be used in conjunction with
|
/// reference to self and a closure. This can be used in conjunction with
|
||||||
/// [atomic_impl] and [atomic_redirect] to normalize the argument automatically
|
/// [atomic_impl] and [atomic_redirect] to normalize the argument automatically
|
||||||
/// before using it.
|
/// before using it.
|
||||||
|
///
|
||||||
|
/// See [atomic_impl] for an example.
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! externfn_impl {
|
macro_rules! externfn_impl {
|
||||||
($typ:ident, $next_atomic:expr) => {
|
($typ:ident, $next_atomic:expr) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user