[][src]Type Definition signal_functions::Map

type Map<T: StreamFunction, U> = Composition<T, Fun<T::Output, U, T::Clock, T::Error>>;