Function object_store::parse_url
source ยท pub fn parse_url(url: &Url) -> Result<(Box<dyn ObjectStore>, Path), Error>
Expand description
Create an ObjectStore
based on the provided url
Returns
- An
ObjectStore
of the corresponding type - The
Path
into theObjectStore
of the addressed resource