feat(builders): request type handling part 1

Now we will generate proper resoure methods builder calls to instaniate
the more or less valid method builders.

However, it doesn't compile yet, and the 'to_parts()' method on
resources is still missing.
This commit is contained in:
Sebastian Thiel
2015-03-05 08:27:07 +01:00
parent 452b658c27
commit 48d40d45c5
7 changed files with 731 additions and 370 deletions

View File

@@ -21,7 +21,7 @@ pub trait Resource: MarkerTrait {}
pub trait ResponseResult: MarkerTrait {}
/// Identifies types which are used in API requests.
pub trait RequestResult: MarkerTrait {}
pub trait RequestValue: MarkerTrait {}
/// Identifies types which are only used as part of other types, which
/// usually are carrying the `Resource` trait.

File diff suppressed because it is too large Load Diff