[go: up one dir, main page]

Struct civet::Server [] [src]

pub struct Server(_);

Methods

impl Server
[src]

fn start<H: Handler + 'static + Sync>(options: Config, handler: H) -> Result<Server>