pub type RaisedProtectedOutcome = ProtectedOutcome<Raised>;
Protected-call result specialized to the shared raised envelope.
pub enum RaisedProtectedOutcome { Returned(Vec<Value>), Raised(Raised), }
The callable returned normally.
The callable raised a mapped error value.