Define shared bus type

This commit is contained in:
Kyle Sutherland-Cash 2021-05-01 08:26:31 -07:00
parent 325fc5620f
commit f01887463f

View File

@ -118,6 +118,7 @@ pub enum AppInstruction {
Error(String),
}
pub struct Bus<T> {
/// Start Zellij with the specified [`OsApi`] and command-line arguments.
// FIXME this should definitely be modularized and split into different functions.
pub fn start(mut os_input: Box<dyn OsApi>, opts: CliArgs) {