[][src]Trait kompact::Port

pub trait Port {
type Indication: Sized + Send + 'static + Clone + Debug;
type Request: Sized + Send + 'static + Clone + Debug;
}

Associated Types

type Indication: Sized + Send + 'static + Clone + Debug

type Request: Sized + Send + 'static + Clone + Debug

Loading content...

Implementors

Loading content...