ErrorChain
foundry_
common
1.3.2
Error
Chain
Required Methods
chain
Implementations on Foreign Types
Report
dyn Error + 'static
Implementors
In foundry_
common::
errors::
private
foundry_common
::
errors
::
private
Trait
Error
Chain
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
§