Struct acestream_client::AceResult[][src]

pub struct AceResult<T> {
    pub result: T,
    // some fields omitted
}

Fields

Trait Implementations

impl<T: Debug> Debug for AceResult<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for AceResult<T> where
    T: Send

impl<T> Sync for AceResult<T> where
    T: Sync