Can2Trait

Trait Can2Trait 

Source
pub trait Can2Trait {
    // Required method
    fn build(self, tx: Can2Tx, rx: Can2Rx) -> Can<'static>;
}
Expand description

can2 trait

Required Methods§

Source

fn build(self, tx: Can2Tx, rx: Can2Rx) -> Can<'static>

build bx_can instance, more see Can2Builder::build

Implementations on Foreign Types§

Source§

impl Can2Trait for CAN2

CAN2 support can2 trait

Source§

fn build(self, tx: Can2Tx, rx: Can2Rx) -> Can<'static>

Implementors§