1 2 3 4 5 6 7 8
//! Protocol IMapEntry use clojure::rust::*; use crate::*; // use clojure::lang::*; pub trait IMapEntry: IObject+Entry {}
1 2 3 4 5 6 7 8
//! Protocol IMapEntry use clojure::rust::*; use crate::*; // use clojure::lang::*; pub trait IMapEntry: IObject+Entry {}