mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-21 15:20:05 +00:00
8 lines
238 B
Rust
8 lines
238 B
Rust
![]() |
use crate::FlowyError;
|
||
|
|
||
|
// impl<T> std::convert::From<tokio::sync::mpsc::error::SendError<T>> for FlowyError {
|
||
|
// fn from(error: tokio::sync::mpsc::error::SendError<T>) -> Self {
|
||
|
// FlowyError::internal().context(error)
|
||
|
// }
|
||
|
// }
|