[][src]Function gulkana::right_join

pub fn right_join<K: Ord + Clone + Serialize, DataType: Clone + Serialize, LinkLabel: Clone + Serialize>(
    left: &DataStructure<K, DataType, LinkLabel>,
    right: &DataStructure<K, DataType, LinkLabel>
) -> Result<DataStructure<K, DataType, LinkLabel>, DBOperationError>