Docs.rs
ioc-0.12.0
ioc 0.12.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
fkoep
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.53
normal
downcast ^0.11.0
normal
futures ^0.3.21
normal
once_cell ^1.8.0
normal
variadic_generics ^0.1.2
normal
Versions
1.96%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
I
ioc
0.12.0
I
Aliased Type
Trait Implementations
Resolve
Resolve
In crate ioc
ioc
Type Alias
I
Copy item path
Source
pub type I<S: ?
Sized
> =
Arc
<
Box
<S>>;
Aliased Type
§
pub struct I<S: ?
Sized
> {
/* private fields */
}
Trait Implementations
§
Source
§
impl<S>
Resolve
for
TypedInstanceRef
<S>
where S:
Service
+ ?
Sized
,
Source
§
type
Deps
=
Arc
<dyn
Middleware
>
Source
§
fn
resolve
<'async_trait>( top: Self::
Deps
, ) ->
Pin
<
Box
<dyn
Future
<Output =
Result
<Self>> +
Send
+ 'async_trait>>
where Self: 'async_trait,
Source
§
impl<S>
Resolve
for
TypedInstanceRef
<S>
where S:
Service
+ ?
Sized
,
Source
§
type
Deps
=
Arc
<dyn
Middleware
>
Source
§
fn
resolve
(top: Self::
Deps
) ->
Result
<Self>