pub async fn edit(
id: i32,
user_id: Uuid,
new_seed: NewSeedDto,
pool: &SharedPool,
) -> Result<SeedDto, ServiceError>
pub async fn edit(
id: i32,
user_id: Uuid,
new_seed: NewSeedDto,
pool: &SharedPool,
) -> Result<SeedDto, ServiceError>