Error
Chain
foundry_
common
1.0.0
Error
Chain
Required Methods
chain
Implementations on Foreign Types
Report
dyn Error + 'static
Implementors
In foundry_
common::
errors::
private
Traits
ErrorChain
foundry_common
::
errors
::
private
Trait
ErrorChain
Copy item path
Settings
Help
Summary
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
§