Trait ErrorKind

Source
pub trait ErrorKind { }
Expand description

this trait is used to denote various error kinds for use throughout the sdk

Implementors§

Source§

impl<T> ErrorKind for T
where T: AsRef<str>,