macro_rules! with_server_interface {
($retval:expr, |$interface:ident| $body:expr) => { ... };
}Expand description
Macro for safely accessing the server interface.
ยงArguments
$retval- Return value pointer for error handling$interface- Name for the server interface instance$body- Code block to execute with the server interface