Skip to main content

read

Function read 

Source
pub async fn read<R, A>(ctx: &Context, args: &A::Arguments) -> Result<Vec<R>>
where R: Resource, A: ReadAction<Output = R>, R::DataLayer: PerformRead<A>,
Expand description

Read resource R using action A.