[][src]Function webext_storage::api::get

pub fn get(
    conn: &Connection,
    ext_id: &str,
    keys: JsonValue
) -> Result<JsonValue>

The implementation of storage[.sync].get() - on success this always returns a Json object.