curs::CursResult [] [src]

type CursResult<T> = Result<T, CursError>;

Your result may be text or a struct deserialized from JSON. The error is always a CursError