Function hsmtool::util::helper::object_exists
source · pub fn object_exists(
session: &Session,
id: Option<&str>,
label: Option<&str>
) -> Result<bool>
Expand description
Returns true
if one or more objects specified by id
or label
exist.