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