Trait timely::communication::allocator::Exchangeable

source ·
pub trait Exchangeable:
    Send
    + Any
    + Bytesable { }
Expand description

A type that can be sent along an allocated channel.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> Exchangeable for T
where T: Send + Any + Bytesable,