pub struct WritableFromFunction<F>(pub F);Expand description
A wrapper intended to be used as a SequenceConfig. The tuple value should be a function that returns a writable for the data type.
Tuple Fields§
§0: Fpub struct WritableFromFunction<F>(pub F);A wrapper intended to be used as a SequenceConfig. The tuple value should be a function that returns a writable for the data type.
0: F