Struct lazy_concat::ConcatOnly[][src]

pub struct ConcatOnly<T>(_);

Provides a mutable view onto a LazyConcat which permits new lazy concatentation but not normalization.

This struct is created by the split_normalized method.

Methods

impl<'a, 'b, T, B: ?Sized> ConcatOnly<&'b mut LazyConcat<'a, T, B>> where
    T: Concat<Cow<'a, B>> + Borrow<B> + Default + Length,
    B: ToOwned<Owned = T> + Length
[src]

Auto Trait Implementations

impl<T> Send for ConcatOnly<T> where
    T: Send

impl<T> Sync for ConcatOnly<T> where
    T: Sync