Struct dae_parser::source::Map [−][src]
pub struct Map<R, F> { /* fields omitted */ }
Expand description
The output of SourceReader::map
.
Trait Implementations
impl<K: InputKind, R: SourceRead<K>, O: Clone, F: Fn(R::Output) -> O> SourceRead<K> for Map<R, F>
impl<K: InputKind, R: SourceRead<K>, O: Clone, F: Fn(R::Output) -> O> SourceRead<K> for Map<R, F>
type Output = O
type Output = O
Auto Trait Implementations
impl<R, F> RefUnwindSafe for Map<R, F> where
F: RefUnwindSafe,
R: RefUnwindSafe,
impl<R, F> UnwindSafe for Map<R, F> where
F: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more