pub fn insert_command(conn: &Connection, cmd: &NewCommand) -> Result<bool>Expand description
Insère une commande. Retourne true si elle a été insérée, false si
c’était un doublon (même hash déjà présent).
pub fn insert_command(conn: &Connection, cmd: &NewCommand) -> Result<bool>Insère une commande. Retourne true si elle a été insérée, false si
c’était un doublon (même hash déjà présent).