BtfArchive

Type Alias BtfArchive 

Source
pub type BtfArchive = Option<(PathBuf, TempDir)>;
Expand description

A helper type definition for simplicity

Aliased Type§

pub enum BtfArchive {
    None,
    Some((PathBuf, TempDir)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some((PathBuf, TempDir))

Some value of type T.