prescan_the_byte_stream_to_determine_the_encoding

Function prescan_the_byte_stream_to_determine_the_encoding 

Source
pub fn prescan_the_byte_stream_to_determine_the_encoding(
    byte_stream: &[u8],
) -> Option<&'static Encoding>
Expand description