Function concision_core::assert_ok

source ·
pub fn assert_ok<T, E>(res: Result<T, E>) -> T
where E: Debug,
Expand description

A function helper for testing that some result is ok