use std::rc::Rc; use crate::{context::CommandContext, exceptions::CommandSyntaxException}; pub type RedirectModifier = dyn Fn(&CommandContext) -> Result>, CommandSyntaxException>;