Type Alias inquire::error::CustomUserError

source ·
pub type CustomUserError = Box<dyn Error + Send + Sync + 'static>;
Expand description

Type alias to define errors that might be thrown by the library user on callbacks such as validators.

Aliased Type§

struct CustomUserError(/* private fields */);