[][src]Function libzfs::state::get_pool_by_name_and_guid

pub fn get_pool_by_name_and_guid(pool_name: &str, guid: u64) -> Result<Pool>

Given a pool name and guid try to find it and convert it to a Pool. The Result represents failure to find or convert the pool.