pub trait Can1Trait { // Required method fn build(self, tx: Can1Tx, rx: Can1Rx) -> Can<'static>; }
can1 trait
build bx_can instance, more see Can1Builder::build