Skip to main content

server_builder

Function server_builder 

pub async fn server_builder<P>(inner: P) -> Result<Router, Box<dyn Error>>
where P: Server + Protocol + Debug + Clone + 'static,