Reinvention de Display #6

Open
opened 2022-01-13 14:50:37 +01:00 by darnuria · 3 comments
darnuria commented 2022-01-13 14:50:37 +01:00 (Migrated from code.up8.edu)

Tu as reinventé le trait Display en moins puissant:
https://doc.rust-lang.org/std/fmt/trait.Display.html

/// Permet d'afficher un contenu proprement
trait Affichage {
    /// Renvoie un affichage "propre" concernant l'équipe
    fn fprint(self) -> String;
}
Tu as reinventé le `trait Display` en moins puissant: https://doc.rust-lang.org/std/fmt/trait.Display.html ```rust /// Permet d'afficher un contenu proprement trait Affichage { /// Renvoie un affichage "propre" concernant l'équipe fn fprint(self) -> String; } ```
darnuria commented 2022-01-13 14:50:46 +01:00 (Migrated from code.up8.edu)

changed title from Reinvention de Display{- en moins bien-} to Reinvention de Display

changed title from **Reinvention de Display{- en moins bien-}** to **Reinvention de Display**
Anri commented 2022-01-13 16:21:38 +01:00 (Migrated from code.up8.edu)

Au début j'avais comme idée de juste renvoyé un String pour un affichage via une commande dans Discord/Mattermost, puis j'ai oublié

Au début j'avais comme idée de juste renvoyé un String pour un affichage via une commande dans Discord/Mattermost, puis j'ai oublié
darnuria commented 2022-01-28 11:50:40 +01:00 (Migrated from code.up8.edu)

Pas de soucis, les review c'est pour s'améliorer!

Display si tu utilise a la fin format! renvoie une String formaté

Pas de soucis, les review c'est pour s'améliorer! Display si tu utilise a la fin `format!` renvoie une `String` formaté
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Paris8/MatterBot#6
No description provided.