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