pub struct Strace {
pub output: StraceOutput,
pub path: Option<PathBuf>,
pub flags: Option<String>,
pub include_runtime: Option<bool>,
}Expand description
Strace debug options
Fields§
§output: StraceOutputLog to a file in log_dir
path: Option<PathBuf>Path to the strace binary
flags: Option<String>Additional strace command line flags options
include_runtime: Option<bool>Include strace output before final execve
Trait Implementations§
source§impl<'de> Deserialize<'de> for Strace
impl<'de> Deserialize<'de> for Strace
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more