Function debot_db::insert_item

source ·
pub async fn insert_item<T: Entity>(
    db: &Database,
    item: &T
) -> Result<(), Box<dyn Error>>