[][src]Struct yarte::IoFmt

pub struct IoFmt<'a, 'b>(_);

Not Use is internal library

Io write implementation for Formatter

Unsafe

Only use for write utf-8 strings

Implementations

impl<'a, 'b> IoFmt<'a, 'b>[src]

pub fn new(f: &'n mut Formatter<'m>) -> IoFmt<'n, 'm>

Notable traits for IoFmt<'a, 'b>

impl<'a, 'b> Write for IoFmt<'a, 'b>
[src]

Trait Implementations

impl<'a, 'b> Write for IoFmt<'a, 'b>[src]

Auto Trait Implementations

impl<'a, 'b> !RefUnwindSafe for IoFmt<'a, 'b>

impl<'a, 'b> !Send for IoFmt<'a, 'b>

impl<'a, 'b> !Sync for IoFmt<'a, 'b>

impl<'a, 'b> Unpin for IoFmt<'a, 'b> where
    'b: 'a, 

impl<'a, 'b> !UnwindSafe for IoFmt<'a, 'b>

Blanket Implementations

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

impl<S> AsJson for S[src]

impl<S> AsJsonPretty for S[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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<W> WriteBytesExt for W where
    W: Write + ?Sized