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

type Result = Result<Frame, CDRSError>;

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