pub struct FromSource<FromSourceValue>(pub FromSourceValue);Expand description
Indicates the source of a “deploy from source” or “upgrade from source”.
Tuple Fields§
§0: FromSourceValuepub struct FromSource<FromSourceValue>(pub FromSourceValue);Indicates the source of a “deploy from source” or “upgrade from source”.
0: FromSourceValue