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