Extract acp_connection
This commit is contained in:
parent
0f395df9a8
commit
ced3d09f10
11 changed files with 305 additions and 415 deletions
|
@ -9,8 +9,6 @@ use ui::App;
|
|||
use crate::AcpThread;
|
||||
|
||||
pub trait AgentConnection {
|
||||
fn name(&self) -> &'static str;
|
||||
|
||||
fn new_thread(
|
||||
self: Rc<Self>,
|
||||
project: Entity<Project>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue