1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

add helper fn

This commit is contained in:
Nikolay Kim
2018-12-09 22:19:26 -08:00
parent 8ad93f4838
commit 9577b7bbed
2 changed files with 7 additions and 2 deletions

View File

@ -25,3 +25,8 @@ impl Token {
token
}
}
/// Start server building process
pub fn build() -> ServerBuilder {
ServerBuilder::default()
}