Struct plumcast::PlumtreeSystem[][src]

pub struct PlumtreeSystem<M>(_);

An implementation of plumtree::System trait specialised to this crate.

Trait Implementations

impl<M: Debug> Debug for PlumtreeSystem<M>
[src]

Formats the value using the given formatter. Read more

impl<M: MessagePayload> System for PlumtreeSystem<M>
[src]

Node identifier.

Message identifier.

Message payload.

Auto Trait Implementations

impl<M> Send for PlumtreeSystem<M> where
    M: Send

impl<M> Sync for PlumtreeSystem<M> where
    M: Sync