Function concision_core::assert_ok
source · pub fn assert_ok<T, E>(res: Result<T, E>) -> Twhere
E: Debug,Expand description
A function helper for testing that some result is ok
pub fn assert_ok<T, E>(res: Result<T, E>) -> Twhere
E: Debug,A function helper for testing that some result is ok