1 2 3 4 5 6 7
use std::fmt; use crate::output::PrintTable; pub trait Mboxes: fmt::Debug + erased_serde::Serialize + PrintTable { // }