Function juju::storage_get
[−]
[src]
pub fn storage_get(name: &str) -> Result<Option<String>, JujuError>
Return the location of the mounted storage device. The mounted storage devices can be gotten by calling storage_list() and then passed into this function to get their mount location.
Failures
Will return a String of the stderr if the call fails