Struct qapi::Qga[][src]

pub struct Qga<S> { /* fields omitted */ }

Methods

impl<S: Read + Write + Clone> Qga<Stream<BufReader<S>, S>>
[src]

impl<S> Qga<S>
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl<S: BufRead> Qga<S>
[src]

impl<S: BufRead + Write> Qga<S>
[src]

Auto Trait Implementations

impl<S> Send for Qga<S> where
    S: Send

impl<S> Sync for Qga<S> where
    S: Sync