Trait rxrust::ops::box_it::IntoBox[][src]

pub trait IntoBox<T> {
    fn box_it(origin: T) -> BoxOp<Self>
    where
        Self: Sized
; }
Expand description

FIXME: IntoBox should use associated type instead of generic after rust generic specialization supported and work for associated type. So we have different specialized version for same type, and type infer will work fine.

Required methods

Implementations on Foreign Types

Implementors