ActionService

Type Alias ActionService 

Source
pub type ActionService = BoxCloneService<Frame, Frame, Error>;
Expand description

A convenience type alias for a service that takes an Frame and returns a Vec<Frame>.

Aliased Typeยง

pub struct ActionService(/* private fields */);