pub fn open(root: impl Into<String>) -> OpenEllaExpand description
Open the datastore at root, if one exists.
Returns an error if root is inaccessible or doesn’t contain a valid datastore.
open returns a future which provides methods to customize opening behavior.