Type Alias seec::executor::DynFDSetup

source ·
pub type DynFDSetup<'c, P, Idx> = Box<dyn FunctionDependentSetup<P, Idx, Error = BoxError> + Send + 'c>;

Aliased Type§

struct DynFDSetup<'c, P, Idx>(/* private fields */);