Trait dync::Elem

source ·
pub trait Elem: Any + DropBytes { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> Elem for T
where T: Any + DropBytes,