pub fn parse_pwd_display(bytes: &[u8]) -> Result<PwdDisplay, Error>Expand description
Parse a .pwd display file, returning metadata and decoded substations.
ยงErrors
Error::FormatRead when the header is not the known display shape,
or no unique drawing record group links to the identity rows.