headless_lms_models::playground_examples

Function insert_playground_example

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