diff --git a/actix_cors/all.html b/actix_cors/all.html index f513c747f..7514e51bf 100644 --- a/actix_cors/all.html +++ b/actix_cors/all.html @@ -1,4 +1,4 @@ -
backtrace
Returns a stack backtrace, if available, of where this error occurred. Read more
use the Display impl or to_string()
replaced by Error::source, which can support downcasting
Returns appropriate status code for error. Read more
error_generic_member_access
Provides type based access to context intended for error reports. Read more
Creates full response for error. Read more
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
String
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Subscriber
WithDispatch
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Builder for CORS middleware.
Errors that can occur when processing CORS guarded requests.