[][src]Struct tmpl::TemplatingReader

pub struct TemplatingReader<'a, 'b, 'c, R: Read> { /* fields omitted */ }

Implementations

impl<'a, 'b, 'c, R> TemplatingReader<'a, 'b, 'c, R> where
    R: Read
[src]

pub fn new(
    reader: R,
    mapping: &'a Mapping,
    escape: &'b EscapePattern<'c>,
    unescape: u8
) -> Self
[src]

Trait Implementations

impl<'a, 'b, 'c, R: Debug + Read> Debug for TemplatingReader<'a, 'b, 'c, R>[src]

impl<'a, 'b, 'c, R> Read for TemplatingReader<'a, 'b, 'c, R> where
    R: Read
[src]

Auto Trait Implementations

impl<'a, 'b, 'c, R> RefUnwindSafe for TemplatingReader<'a, 'b, 'c, R> where
    R: RefUnwindSafe
[src]

impl<'a, 'b, 'c, R> Send for TemplatingReader<'a, 'b, 'c, R> where
    R: Send
[src]

impl<'a, 'b, 'c, R> Sync for TemplatingReader<'a, 'b, 'c, R> where
    R: Sync
[src]

impl<'a, 'b, 'c, R> Unpin for TemplatingReader<'a, 'b, 'c, R> where
    R: Unpin,
    'c: 'b, 
[src]

impl<'a, 'b, 'c, R> UnwindSafe for TemplatingReader<'a, 'b, 'c, R> where
    R: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.