Skip to main content

ControllerSetSyscallLogFilterResult

Type Alias ControllerSetSyscallLogFilterResult 

Source
pub type ControllerSetSyscallLogFilterResult = Result<(), SetSyscallLogFilterError>;

Aliased Type§

pub enum ControllerSetSyscallLogFilterResult {
    Ok(()),
    Err(SetSyscallLogFilterError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(SetSyscallLogFilterError)

Contains the error value