pub fn open_writable_folder(
handle: &str,
) -> Option<Arc<dyn WritableFolderStore>>Expand description
Re-export framework services (HTTP, URI, etc.) from the dedicated services crate.
Reopens a writable folder from a stored handle. Synchronous and callable from
any thread; returns None only when writable folders are unsupported here.