Skip to main content

read

Function read 

Source
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>,
Expand description

Read resource R using action A.