Skip to main content

create

Function create 

Source
pub async fn create<R, A>(
    input: R::Input,
    ctx: &Context,
) -> Result<R, Error<CreateError>>
where R: Create<A>,
Expand description

Create resource R using action A.