pub async fn destroy<R, A>(
primary_key: &R::PrimaryKey,
ctx: &Context,
) -> Result<R, Error<DestroyError>>where
R: Destroy<A>,Expand description
Destroy resource R using action A.
pub async fn destroy<R, A>(
primary_key: &R::PrimaryKey,
ctx: &Context,
) -> Result<R, Error<DestroyError>>where
R: Destroy<A>,Destroy resource R using action A.