[][src]Type Definition sophia::quad::stream::AsInfallibleSource

type AsInfallibleSource<I, T> = Map<I, fn(T) -> Result<T, Infallible>>;