[#26] Threw in the towel for now
parent
d19fe5c42e
commit
4b51ee20ca
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue