mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-14 11:16:17 +01:00
make object fields trait public
This commit is contained in:
@@ -174,7 +174,7 @@ impl ObjectT {
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) trait ObjectFieldsMap {
|
||||
pub trait ObjectFieldsMap {
|
||||
fn get_or_add_field(&self, field: &str) -> usize;
|
||||
}
|
||||
impl ObjectFieldsMap for Arc<Mutex<HashMap<String, usize>>> {
|
||||
|
||||
Reference in New Issue
Block a user