Skip to main content

StreamItem

Trait StreamItem 

Source
pub trait StreamItem: 'static + Sealed { }

Implementations on Foreign Types§

Source§

impl<M1: Message, M2: Message> StreamItem for Result<M1, M2>

Implementors§