Using .unwrap() will _.
unwrap the value inside an unsafe wrapper
call panic! if there is an error or absence of value
return the error inside Ok()
let you choose the expected panic error message