[][src]Struct comp_input::FormattedRead

pub struct FormattedRead<R: BufRead> { /* fields omitted */ }

Methods

impl<R: BufRead> FormattedRead<R>[src]

pub fn new(r: R) -> Self[src]

pub fn read_word<T: FromAscii>(&mut self) -> Result<T>[src]

pub fn read_line<T: FromStr>(&mut self) -> Result<T>[src]

Auto Trait Implementations

impl<R> Sync for FormattedRead<R> where
    R: Sync

impl<R> Send for FormattedRead<R> where
    R: Send

impl<R> Unpin for FormattedRead<R> where
    R: Unpin

impl<R> RefUnwindSafe for FormattedRead<R> where
    R: RefUnwindSafe

impl<R> UnwindSafe for FormattedRead<R> where
    R: UnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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