From 52e6473446d3fa3ab03586ce66d45cb99493c0a1 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 4 Jul 2020 18:00:45 +0200 Subject: Generate docs v0.1.0 --- fastcgi_conduit/struct.Server.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fastcgi_conduit/struct.Server.html (limited to 'fastcgi_conduit/struct.Server.html') diff --git a/fastcgi_conduit/struct.Server.html b/fastcgi_conduit/struct.Server.html new file mode 100644 index 0000000..c2c41ab --- /dev/null +++ b/fastcgi_conduit/struct.Server.html @@ -0,0 +1,14 @@ +fastcgi_conduit::Server - Rust

[][src]Struct fastcgi_conduit::Server

pub struct Server;

The application server that interfaces with FastCGI.

+

Methods

impl Server[src]

pub fn start<H: Handler + 'static + Sync>(handler: H) -> Server[src]

Start the server.

+

Start the main fastcgi::run process to listen for +requests and handle them using handler.

+

Auto Trait Implementations

impl RefUnwindSafe for Server

impl Send for Server

impl Sync for Server

impl Unpin for Server

impl UnwindSafe for Server

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

+

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

+
\ No newline at end of file -- cgit v1.2.3