thedes_
tui_
core
0.1.0
Panic
Restore
Guard
Required Methods
cancel
Implementations on Foreign Types
Box<T>
Implementors
In thedes_
tui_
core::
panic::
restore
thedes_tui_core
::
panic
::
restore
Trait
PanicRestoreGuard
Copy item path
Source
pub trait PanicRestoreGuard:
Debug
+
Send
+
Sync
{ // Required method fn
cancel
(self:
Box
<Self>); }
Required Methods
§
Source
fn
cancel
(self:
Box
<Self>)
Implementations on Foreign Types
§
Source
§
impl<T>
PanicRestoreGuard
for
Box
<T>
where T:
PanicRestoreGuard
+ ?
Sized
,
Source
§
fn
cancel
(self:
Box
<Self>)
Implementors
§