#[doc(hidden)] pub unsafe trait TrustedFused { }
๐ฌThis is a nightly-only experimental API. (
trusted_fused
)Expand description
Same as FusedIterator
ยงSafety
This is used for specialization. Therefore implementations must not be lifetime-dependent.