Trait termios::traits::GetFrom [-] [+] [src]

pub trait GetFrom<T> {
    fn get_from(&T) -> Self;
}

Helper trait for the get() method

Required Methods

fn get_from(&T) -> Self

Dispatch method used for get()

Implementors