Trait rxrs::IntoSubRef[][src]

pub trait IntoSubRef<SS: ?Sized> {
    fn into_subref(self) -> SubRef<SS>;
}

Required Methods

Implementations on Foreign Types

impl<SS: ?Sized> IntoSubRef<SS> for ()
[src]

Implementors