proxmox/proxmox-api
Wolfgang Bumiller 916f9d945f api: WIP: don't depend on a specific Body type
For a T which is not directly a Body or Response<Body> type
    #[api]
    fn foo() -> T;
should not require a specific Body type.

Signed-off-by: Wolfgang Bumiller <wry.git@bumiller.com>
2019-06-23 11:41:27 +02:00
..
src api: WIP: don't depend on a specific Body type 2019-06-23 11:41:27 +02:00
tests api: replace handler() with call() 2019-06-23 11:19:49 +02:00
Cargo.toml api: make method body an associated type 2019-06-19 15:16:40 +02:00