Type Definition memprocfs::ResultEx

source ·
pub type ResultEx<T> = Result<T, Box<dyn Error>>;
Expand description

Result type for MemProcFS API.

The MemProcFS result type contains a function-defined return type and a String error type.