pub type ActionService = BoxCloneService<Frame, Frame, Error>;
A convenience type alias for a service that takes an Frame and returns a Vec<Frame>.
Frame
Vec<Frame>
pub struct ActionService(/* private fields */);