mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
no need for generics
This commit is contained in:
parent
cd79c0e997
commit
2299b75a74
3 changed files with 11 additions and 16 deletions
|
@ -186,7 +186,7 @@ pub trait ServiceFactory {
|
|||
/// Errors produced while building a service.
|
||||
type InitError;
|
||||
|
||||
/// The future of the `Service` instance.
|
||||
/// The future of the `ServiceFactory` instance.
|
||||
type Future: Future<Output = Result<Self::Service, Self::InitError>>;
|
||||
|
||||
/// Create and return a new service value asynchronously.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue