identify_file

Function identify_file 

Source
pub fn identify_file<R: Read + Seek>(
    read: R,
) -> Result<Option<&'static dyn Binfmt>>