1 2 3 4 5 6 7
use { super::JsonStorage, gluesql_core::store::{Index, IndexMut}, }; impl Index for JsonStorage {} impl IndexMut for JsonStorage {}