Trait svc_storage::resources::base::linked_resource::LinkOtherResource
source · pub trait LinkOtherResource {
// Required method
fn get_other_ids(&self) -> IdList;
}
Expand description
Generic trait providing specific functions for our id linking struct
Required Methods§
sourcefn get_other_ids(&self) -> IdList
fn get_other_ids(&self) -> IdList
Return the struct’s other ids
field, to be implemented by trait implementor