Macro rps::call

source ·
macro_rules! call {
    ($f:expr) => { ... };
}
Expand description

Helper macro to FFI API and map result to Error type.