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