macro_rules! syserror {
($origin:expr) => { ... };
}
Expand description
Convenience macro to build a ShmError::SyscallError with extra info from errno and custom origin information.
macro_rules! syserror {
($origin:expr) => { ... };
}
Convenience macro to build a ShmError::SyscallError with extra info from errno and custom origin information.