Trait cdp::HasCdpCommand [] [src]

pub trait HasCdpCommand<'a> {
    type Command: 'a;
}

Associated Types

Implementors