fidl_fuchsia_boot

Trait WriteOnlyLogProxyInterface

Source
pub trait WriteOnlyLogProxyInterface: Send + Sync {
    type GetResponseFut: Future<Output = Result<DebugLog, Error>> + Send;

    // Required method
    fn get(&self) -> Self::GetResponseFut;
}

Required Associated Types§

Source

type GetResponseFut: Future<Output = Result<DebugLog, Error>> + Send

Required Methods§

Source

fn get(&self) -> Self::GetResponseFut

Implementors§