headless_lms_models::playground_examples

Function update_playground_example

Source
pub async fn update_playground_example(
    conn: &mut PgConnection,
    data: PlaygroundExample,
) -> ModelResult<PlaygroundExample>