usecrate::utils::can::CanFrame;pubtraitRawCanPrimitiveBuilderExt{/// Use case.
fnmonitor()->Self;/// Use case.
fnsend_only_raw_can(frame: impl CanFrame)->Self;/// Use case.
////// For this to work, you need to set the following communication parameters:
/// - CP_CanRespUUDTFormat: NORMAL_UNSEGMENTED_11_BIT
/// - CP_CanRespUUDTId: <your expected frame ID>
/// - CP_CanRespUUDTExtAddr: 0
fnsend_recv_raw_can(frame: impl CanFrame)->Self;}