Function raftstore::store::cmd_resp::message_error[][src]

pub fn message_error<E>(err: E) -> RaftCmdResponse where
    E: Into<Box<dyn Error + Send + Sync>>,