mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 09:50:36 +02:00
use owned value for service factory config
This commit is contained in:
@ -10,6 +10,7 @@ use futures::future::ok;
|
||||
|
||||
use actix_ioframe::{Builder, Connect};
|
||||
|
||||
#[derive(Clone)]
|
||||
struct State;
|
||||
|
||||
#[actix_rt::test]
|
||||
|
Reference in New Issue
Block a user