Function tugger_apple_codesign::verify_path[][src]

pub fn verify_path(path: impl AsRef<Path>) -> Vec<VerificationProblem>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator

Verifies a binary in a given path.

Returns a vector of problems detected. An empty vector means no problems were found.