macro_rules! impl_sysvar_get {
($syscall_name:ident) => { ... };
}
Expand description
Implements the Sysvar::get
method for both SBF and host targets.
macro_rules! impl_sysvar_get {
($syscall_name:ident) => { ... };
}
Implements the Sysvar::get
method for both SBF and host targets.