[][src]Type Definition extendr_api::AnyError

type AnyError = Box<dyn Error + Send + Sync>;

Generic dynamic error type.