Trait cargonauts::_internal::_UpdateRels [] [src]

pub trait _UpdateRels: RawUpdate {
    fn update_rels(id: &Self::Id,
               rels: Self::Relationships)
               -> Result<Self::Relationships, Error>; }

Required Methods

Implementors