pub async fn read<R, A>( ctx: &Context, args: &A::Arguments, ) -> Result<A::Response, Error<ListError>>where R: Resource, A: ReadAction<Output = R>, R::DataLayer: PerformRead<A>,
Read resource R using action A.
R
A