fidl_fuchsia_boot

Trait ReadOnlyLogProxyInterface

Source
pub trait ReadOnlyLogProxyInterface: 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§