mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
doc (#3995)
This commit is contained in:
@@ -120,6 +120,12 @@ pub mod native {
|
||||
}
|
||||
|
||||
/// Print out a formatted message.
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// ```
|
||||
/// srml_support::runtime_print!("my value is {}", 3);
|
||||
/// ```
|
||||
#[macro_export]
|
||||
macro_rules! runtime_print {
|
||||
($($arg:tt)+) => {
|
||||
|
||||
Reference in New Issue
Block a user