pub fn refresh() -> Result<CachedSchema, String>Expand description
Re-read rustio.schema.json and atomically replace the cached
value. Returns the freshly-loaded schema on success; leaves the
previous value intact on any error.
pub fn refresh() -> Result<CachedSchema, String>Re-read rustio.schema.json and atomically replace the cached
value. Returns the freshly-loaded schema on success; leaves the
previous value intact on any error.