Macro identify_callsite
macro_rules! identify_callsite {
($callsite:expr) => { ... };
}
Statically constructs an Identifier for the provided Callsite.
This may be used in contexts such as static initializers.
For example:
use ;
# use ;
#