Struct exc_service::layer::ExcLayer
source · pub struct ExcLayer<Req> { /* private fields */ }
Expand description
Create Exc
from the given ExcService
.
Trait Implementations§
Auto Trait Implementations§
impl<Req> RefUnwindSafe for ExcLayer<Req>
impl<Req> Send for ExcLayer<Req>
impl<Req> Sync for ExcLayer<Req>
impl<Req> Unpin for ExcLayer<Req>
impl<Req> UnwindSafe for ExcLayer<Req>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more