Replace FnError with more generic error
Replace FnError with more generic error. Currently all composed functions are assumed to return FnError type. Change this implementation to return generic rust error trait Error
Replace FnError with more generic error. Currently all composed functions are assumed to return FnError type. Change this implementation to return generic rust error trait Error