Struct sfu::ExceptionHandler
source · pub struct ExceptionHandler { /* private fields */ }Expand description
ExceptionHandler implements exception handling for inbound or outbound directions
Implementations§
Trait Implementations§
source§impl Default for ExceptionHandler
impl Default for ExceptionHandler
source§fn default() -> ExceptionHandler
fn default() -> ExceptionHandler
Returns the “default value” for a type. Read more
source§impl Handler for ExceptionHandler
impl Handler for ExceptionHandler
§type Rin = TaggedMessageEvent
type Rin = TaggedMessageEvent
Associated input message type for InboundHandler::read
§type Rout = TaggedMessageEvent
type Rout = TaggedMessageEvent
Associated output message type for InboundHandler::read
§type Win = TaggedMessageEvent
type Win = TaggedMessageEvent
Associated input message type for OutboundHandler::write
§type Wout = TaggedMessageEvent
type Wout = TaggedMessageEvent
Associated output message type for OutboundHandler::write
Auto Trait Implementations§
impl RefUnwindSafe for ExceptionHandler
impl Send for ExceptionHandler
impl Sync for ExceptionHandler
impl Unpin for ExceptionHandler
impl UnwindSafe for ExceptionHandler
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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