Struct ore::stack::RecursionLimitError [−][src]
pub struct RecursionLimitError {
limit: usize,
}
This is supported on crate feature
stack
only.Expand description
A RecursionGuard
’s recursion limit was reached.
Fields
limit: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RecursionLimitError
impl Send for RecursionLimitError
impl Sync for RecursionLimitError
impl Unpin for RecursionLimitError
impl UnwindSafe for RecursionLimitError
Blanket Implementations
Mutably borrows from an owned value. Read more
Formats an object with the “alternative” format ({:#}
) and returns it.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more