pub trait Reference {
    fn get_reference(&self) -> ReferenceStruct;
}
Expand description

trait for getting a reference to an entity record from a struct

Required Methods

creates a Reference structure for association purposes in Microsoft Dataverse

Implementors