[][src]Struct qpprint::PPrint

pub struct PPrint { /* fields omitted */ }

Implementations

impl PPrint[src]

pub fn new() -> Self[src]

pub fn set_indent(&mut self, indent: u16) -> &mut Self[src]

pub fn set_hang(&mut self, hang: i16) -> &mut Self[src]

pub fn print_words<I, S>(&self, out: &mut dyn Write, words: I) where
    I: IntoIterator<Item = S>,
    S: AsRef<str>, 
[src]

pub fn print_p(&self, out: &mut dyn Write, para: &str)[src]

pub fn print_plist<I, S>(&self, out: &mut dyn Write, parit: I) where
    I: IntoIterator<Item = S>,
    S: AsRef<str>, 
[src]

Auto Trait Implementations

impl RefUnwindSafe for PPrint

impl Send for PPrint

impl Sync for PPrint

impl Unpin for PPrint

impl UnwindSafe for PPrint

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.