[][src]Type Definition async_hsm::BuilderPair

type BuilderPair<Composite, BuildArg, Out, Err> = (Builder<Composite, BuildArg, Out, Err>, BuildArg);

Pair of a factory funtion of type Builder<..> and tha e factory argument

First element is the builder-function, the second element is used as input for the builder function.