pub trait ApiResult: DeserializeOwned + Debug { }

Implementations on Foreign Types

Some endpoints return nothing. That’s OK.

Implementors