make Backend::get_mboxes return struct instead of trait (#340)

This step was necessary to move logic from CLI to lib. Indeed, the
trait returned by get_mboxes needed to implement Table, which is
related to the CLI module only.
This commit is contained in:
Clément DOUIN
2022-05-29 12:36:10 +02:00
parent a0461d84ba
commit 7c01f88006
20 changed files with 193 additions and 575 deletions
+1
View File
@@ -57,6 +57,7 @@
# nix develop
devShell = pkgs.mkShell {
RUSTUP_TOOLCHAIN = "stable";
inputsFrom = builtins.attrValues self.packages.${system};
nativeBuildInputs = with pkgs; [
# Nix LSP + formatter