Trait vc_processors::core::Task
source · [−]pub trait Task where
Self: Serialize + DeserializeOwned + Debug + Send + Sync + 'static,
Self::Output: Serialize + DeserializeOwned + Debug + Send + Sync + 'static, {
type Output;
const STAGE: &'static str;
}Expand description
Task of a specific stage, with Output & Error defined