Docs.rs
bim-core-0.15.4
bim-core 0.15.4
Permalink
Docs.rs crate page
GPL-2.0-only
Links
crates.io
Source
Owners
veoco
Dependencies
env_logger ^0.9
normal
getopts ^0.2
normal
log ^0.4
normal
rustls ^0.20
normal
serde ^1.0
normal
tiny_http ^0.11
normal
url ^2
normal
webpki-roots ^0.22
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Server
bim_
core
0.15.4
Server
Required Methods
run
Implementors
In bim_
core::
servers
bim_core
::
servers
Trait
Server
Copy item path
Source
pub trait Server { // Required method fn
run
(&mut self) ->
bool
; }
Required Methods
§
Source
fn
run
(&mut self) ->
bool
Implementors
§
Source
§
impl
Server
for
HTTPServer