Type Definition cdrs::frame::frame_error::Result [] [src]

type Result = Result<Frame, CDRSError>;

CDRS specific Result which contains a Frame in case of Ok and CDRSError if Err.