Function acto_rs::elem::connectable::disconnect_from [] [src]

pub fn disconnect_from<Value: Send, Error: Send>(
    me: &mut ChannelWrapper<Value, Error>,
    from: &mut ChannelWrapper<Value, Error>
) -> Result<(), ActorError>