[#26] Threw in the towel for now

master^2
Jef Roosens 2021-04-16 00:36:03 +02:00
parent d19fe5c42e
commit 4b51ee20ca
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 2 additions and 0 deletions

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 {