pub fn path_signable(
    path: impl AsRef<Path>
) -> Result<Signability, SigningError>
Expand description

Resolve signability information given an input path.

The path can be to a file or directory.

Returns Err if we could not fully test the path. This includes I/O failures.