pub struct ServerWrapperImpl { /* private fields */ }
Expand description
Implements the ServerWrapper with the rouille
web framework/server
Wraps the rouille::start_server
function in the interface and supplies a RequestHandler
Implementations§
Trait Implementations§
Source§impl ServerWrapper for ServerWrapperImpl
impl ServerWrapper for ServerWrapperImpl
impl Send for ServerWrapperImpl
impl Sync for ServerWrapperImpl
Auto Trait Implementations§
impl Freeze for ServerWrapperImpl
impl RefUnwindSafe for ServerWrapperImpl
impl Unpin for ServerWrapperImpl
impl UnwindSafe for ServerWrapperImpl
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