foundry_
common
0.3.0
Error
Chain
Required Methods
chain
Implementations on Foreign Types
Report
dyn Error + 'static
Implementors
In foundry_
common::
errors::
private
foundry_common
::
errors
::
private
Trait
ErrorChain
Copy item path
Source
pub trait ErrorChain { // Required method fn
chain
(&self) ->
Chain
<'_>; }
Required Methods
§
Source
fn
chain
(&self) ->
Chain
<'_>
Implementations on Foreign Types
§
Source
§
impl
ErrorChain
for
Report
Source
§
fn
chain
(&self) ->
Chain
<'_>
Source
§
impl
ErrorChain
for dyn
Error
+ 'static
Source
§
fn
chain
(&self) ->
Chain
<'_>
Implementors
§