pub async fn delete_by_id(
id: i32,
user_id: Uuid,
pool: &SharedPool,
) -> Result<(), ServiceError>
Expand description
Delete the seed from the database.
ยงErrors
If the connection to the database could not be established.
pub async fn delete_by_id(
id: i32,
user_id: Uuid,
pool: &SharedPool,
) -> Result<(), ServiceError>
Delete the seed from the database.
If the connection to the database could not be established.