pub trait IntoApi { // Required method fn into_api<A>(self) -> UseApi<Self, A> where Self: Sized; }
helper trait to allow simplified use of UseApi in responses
UseApi
into UseApi