use crate::FlowyError; impl std::convert::From for FlowyError { fn from(error: serde_json::Error) -> Self { FlowyError::internal().context(error) } }