Trait fidl_test_checker::CheckerProxyInterface

source ·
pub trait CheckerProxyInterface: Send + Sync {
    type SentinelFileContentsResponseFut: Future<Output = Result<String, Error>> + Send;

    // Required method
    fn sentinel_file_contents(&self) -> Self::SentinelFileContentsResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§