pub type ResultEx<T> = Result<T, Box<dyn Error>>;
Result type for MemProcFS API.
The MemProcFS result type contains a function-defined return type and a String error type.