[#26] Threw in the towel for now

This commit is contained in:
Jef Roosens 2021-04-16 00:36:03 +02:00
parent d19fe5c42e
commit 4b51ee20ca
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -10,6 +10,8 @@ pub enum FejError {
FailedRequest,
}
// I'd love to move this over to the server binary, but right now, error E0117 is making that
// imopssible
impl From<FejError> for Status {
fn from(err: FejError) -> Status {
match err {