Function juju::relation_list_by_id [] [src]

pub fn relation_list_by_id(id: &Relation) -> Result<Vec<Relation>, JujuError>

Returns a list of all related units for the supplied identifier

Failures

Will return a String of the stderr if the call fails