Type Alias wallswitch::MyError

source ·
pub type MyError = Box<dyn Error + Send + Sync>;

Aliased Type§

struct MyError(/* private fields */);