Searched defs:DynResult (Results 1 – 2 of 2) sorted by relevance
16 type DynResult<T> = Result<T, Box<dyn std::error::Error>>; typedef