Remove BoxedClient type

feat/RusshSupport
Chip Senkbeil 7 months ago
parent 42c70e615c
commit 2098edb7ca
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -9,8 +9,6 @@ use crate::api::{
Api, Ctx, FileSystemApi, ProcessApi, SearchApi, SystemInfoApi, VersionApi, WatchApi,
};
pub type BoxedClient = Box<dyn Client>;
/// Full API for a distant-compatible client.
#[async_trait]
pub trait Client {

Loading…
Cancel
Save