[][src]Function dicom_ul::pdu::reader::read_pdu

pub fn read_pdu<R>(reader: &mut R, max_pdu_length: u32) -> Result<Pdu> where
    R: Read