Partially on the way to receiving an incoming message
This is getting really ugly, but let's run with it for now.
This commit is contained in:
@@ -4,7 +4,7 @@ use dbus::tree::MethodErr;
|
||||
|
||||
use super::{Channel, Result};
|
||||
|
||||
impl AsRef<dyn telepathy::Channel + 'static> for std::rc::Rc<Channel> {
|
||||
impl AsRef<dyn telepathy::Channel + 'static> for std::sync::Arc<Channel> {
|
||||
fn as_ref(&self) -> &(dyn telepathy::Channel + 'static) {
|
||||
&**self
|
||||
}
|
||||
|
Reference in New Issue
Block a user