Function clamav_client::scan_socket[][src]

pub fn scan_socket<P>(
    file_path: P,
    socket_path: P,
    chunk_size: Option<u32>
) -> Result<Vec<u8>, Error> where
    P: AsRef<Path>,