pub type AutoId<ReportedId> = DeriveAndReportId<(), ReportedId>;
Expand description
The AutoId
is an ID assignment approach intended to be used in
"create" strategies
.
It accepts the Id
type of the asset.
The “create” strategy should report the value of type ReportedId
upon successful asset
creation.
Aliased Type§
struct AutoId<ReportedId> {
pub params: (),
/* private fields */
}
Fields§
§params: ()