Experiment with futures
This commit is contained in:
parent
907fbf95db
commit
2d3e3688fa
44 changed files with 2081 additions and 1242 deletions
|
|
@ -21,5 +21,5 @@ impl<T: Resource> ToArtifact for Option<T> {
|
|||
}
|
||||
|
||||
impl<T: Resource> ToArtifact for T {
|
||||
type Artifact = T::Artifact;
|
||||
type Artifact = <Self as Resource>::Artifact;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue