headless_lms_models::playground_examples

Function delete_playground_example

Source
pub async fn delete_playground_example(
    conn: &mut PgConnection,
    id: Uuid,
) -> ModelResult<PlaygroundExample>