pub struct StreamBridgeLib;Expand description
Loadable library exposing the stream/bridge function to a runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamBridgeLib
impl RefUnwindSafe for StreamBridgeLib
impl Send for StreamBridgeLib
impl Sync for StreamBridgeLib
impl Unpin for StreamBridgeLib
impl UnsafeUnpin for StreamBridgeLib
impl UnwindSafe for StreamBridgeLib
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