Skip to main content

list_by_creator

Function list_by_creator 

Source
pub async fn list_by_creator(
    conn: &mut PgConnection,
    created_by: Uuid,
) -> ModelResult<Vec<ExerciseSlideSubmissionShare>>
Expand description

The shares the user has minted, newest first, so they can be reviewed and withdrawn.