[][src]Module tfsi::providers

A collection of standard Provides.

Structs

IdxForward

An Index to access ProvideForward

IdxLeft

Index to access the left side of ProvidePair

IdxProvideArc

An Index to access ProvideArc.

IdxProvideBoxed

An Index to access the ProvideBoxed.

IdxProvideOnce

An Index to access ProvideOnce.

IdxProvideVal

An Index to access ProvideVal.

IdxRight

Index to access the right side of ProvidePair

ProvideArc

A Provide over an Arc<Output>.

ProvideBoxed

A Provide over some other Provide that erases the ProvideIdx data type.

ProvideForward

A Provide over some other Provide.

ProvideNil

A Provide that can only provide a unit (()).

ProvideOnce

A Provide that is able to provide its value only once.

ProvidePair

A Provide that combines two Provides.

ProvideVal

A Provide over the given Value.