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.
pub async fn list_by_creator(
conn: &mut PgConnection,
created_by: Uuid,
) -> ModelResult<Vec<ExerciseSlideSubmissionShare>>The shares the user has minted, newest first, so they can be reviewed and withdrawn.