Skip to main content

DirectCreationCallback

Type Alias DirectCreationCallback 

Source
pub type DirectCreationCallback = Box<dyn FnOnce(HashMap<String, Box<dyn Output>>, HashMap<String, Box<dyn Input>>) -> Vec<TrackFuture> + Send>;

Aliased Type§

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