[][src]Function ublox_core::new_serial_driver

pub fn new_serial_driver<UART, CommE>(
    uart: UART
) -> UbxDriver<SerialInterface<UART>> where
    UART: Read<u8, Error = CommE>,
    CommE: Debug