[][src]Type Definition sharp_pencil::UserErrorHandler

type UserErrorHandler = dyn Fn(UserError) -> PencilResult + Send + Sync;

User Error handler type.