read_n_bytes_from_file

Function read_n_bytes_from_file 

Source
pub fn read_n_bytes_from_file(
    path: &Path,
    n: usize,
) -> WorkflowResult<SecureBytes>