1 2 3 4 5 6 7 8 9
use clojure::lang::*; use clojure::rust::*; /// This is an entry for K = V = Object use crate::*; //////////////// /// Here me must implement im::hashmap::Entry pub trait MapEntry: IObject+AMapEntry {}
1 2 3 4 5 6 7 8 9
use clojure::lang::*; use clojure::rust::*; /// This is an entry for K = V = Object use crate::*; //////////////// /// Here me must implement im::hashmap::Entry pub trait MapEntry: IObject+AMapEntry {}