Enums

Payload is an enum containing the types that the SDK can upload to ShadowDrive. Each variant is expected to implement PayloadExt so the SDK can derive required upload metadata.

Traits

PayloadExt is used to implement new data sources that can be used in the Payload enum.