ThrowException
ion
0.1.0
Throw
Exception
Required Methods
throw
Implementors
In ion::
exception
ion
::
exception
Trait
Throw
Exception
Copy item path
Source
pub trait ThrowException { // Required method fn
throw
(&self, cx: &
Context
); }
Required Methods
§
Source
fn
throw
(&self, cx: &
Context
)
Implementors
§
Source
§
impl
ThrowException
for
Exception
Source
§
impl
ThrowException
for
Error