[][src]Function bgpdump::records::isis::parse

pub fn parse(header: &Header, stream: &mut dyn Read) -> Result<Vec<u8>, Error>

Summary

Used to parse ISIS MRT records.

Panics

This function does not panic.

Errors

Any IO error will be returned while reading from the stream. If an ill-formatted stream or header is provided behavior will be undefined.

Safety

This function does not make use of unsafe code.